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