isKindOfcom_amap_api_maps_model_particle_RectParticleShape method

Future<bool> isKindOfcom_amap_api_maps_model_particle_RectParticleShape ()
inherited

Implementation

Future<bool> isKindOfcom_amap_api_maps_model_particle_RectParticleShape() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::isKindOfcom_amap_api_maps_model_particle_RectParticleShape', {'refId': refId});
  return result;
}