toGeoJson method
Implementation
void toGeoJson(void Function(Object?)? callback) {
callMethod(
this, 'toGeoJson', [callback == null ? null : allowInterop(callback)]);
}
void toGeoJson(void Function(Object?)? callback) {
callMethod(
this, 'toGeoJson', [callback == null ? null : allowInterop(callback)]);
}