DartRepresentationOf constructor
const
DartRepresentationOf()
Represents the Dart type corresponding to a NativeType.
Pointer<T> -> Pointer<T> < NativeFunction<T1 Function(T2, T3) -> S1 Function(S2, S3)
where DartRepresentationOf(Tn) -> Sn
T extends Struct -> T
Implementation
const DartRepresentationOf();