getResourceOptions method Null safety
Gets the resource options for the map.
All optional fields of the returned object are initialized with the actual values.
Note that result of this method is different from the resource options that were provided to the map's constructor.
Implementation
Future<ResourceOptions> getResourceOptions() =>
_mapInterface.getResourceOptions();