FfiNative<T extends Function> constructor

const FfiNative<T extends Function>(
  1. String nativeName,
  2. {bool isLeaf = false}
)

Implementation

const FfiNative(this.nativeName, {this.isLeaf = false});