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