FfiNative<T> constructor Null safety

const FfiNative<T>(
  1. String nativeName
)

Implementation

const FfiNative(this.nativeName);