NativeMethodMeta constructor

NativeMethodMeta({
  1. bool? sync,
  2. bool? constructor,
  3. String? instanceId,
})

Implementation

NativeMethodMeta({
  this.sync,
  this.constructor,
  this.instanceId,
});