FfiNative<T> constructor Null safety

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

Implementation

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