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