NativeFunction constructor

NativeFunction(
  1. {String? name}
)

Implementation

NativeFunction({
  this.name,
});