menu
Dart
dart:ffi
FfiNative
<
T
>
FfiNative const constructor
FfiNative
brightness_4
brightness_5
description
FfiNative<
T
>
constructor
const
FfiNative<
T
>
(
String
nativeName
,
{
bool
isLeaf
=
false
}
)
Implementation
const FfiNative(this.nativeName, {this.isLeaf = false});
Dart
dart:ffi
FfiNative
<
T
>
FfiNative const constructor
FfiNative class
Constructors
FfiNative
Properties
hashCode
isLeaf
nativeName
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==