FfiNative<T> constructor

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

Implementation

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