usrTypeMappings property

Map<String, ImportedType> usrTypeMappings

Stores all the symbol file maps name to ImportedType mappings specified by user.

Implementation

Map<String, ImportedType> get usrTypeMappings => _usrTypeMappings;