asMAPolygon method
inherited
Implementation
Future<MAPolygon> asMAPolygon() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMAPolygon', {'refId': refId});
return MAPolygon()..refId = result;
}