toWKT method Null safety
Converts the Coordinate to a WKT String. Useless on its own, but useful for other classes.
Implementation
String toWKT() {
return '$longitude $latitude';
}
Converts the Coordinate to a WKT String. Useless on its own, but useful for other classes.
String toWKT() {
return '$longitude $latitude';
}