Coordinates constructor
Coordinates({
- required Location location,
- required List<
RoundablePoint> ? roundablePoints,
Implementation
Coordinates({
required this.location,
required this.roundablePoints,
});