DartRepresentationOf constructor Null safety

const DartRepresentationOf(
  1. 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 -> Pointer NativeFunction S1 Function(S2, S3) where DartRepresentationOf(Tn) -> Sn T extends Struct -> T

Implementation

const DartRepresentationOf(String nativeType);