unionTypeMappings property

Map<String, ImportedType> unionTypeMappings

Stores union name to ImportedType mappings specified by user.

Implementation

Map<String, ImportedType> get unionTypeMappings => _unionTypeMappings;