DartRepresentationOf constructor
- String nativeType
Represents the Dart type corresponding to a NativeType.
Int8 -> int Int16 -> int Int32 -> int Int64 -> int Uint8 -> int Uint16 -> int Uint32 -> int Uint64 -> int IntPtr -> int Double -> double Float -> double Pointer
Implementation
const DartRepresentationOf(String nativeType);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-ffi/DartRepresentationOf/DartRepresentationOf.html