nativeTypeMappings property

Map<String, ImportedType> nativeTypeMappings

Stores native int name to ImportedType mappings specified by user.

Implementation

Map<String, ImportedType> get nativeTypeMappings => _nativeTypeMappings;