TypeNormalizer class

Constructors

TypeNormalizer({required Map<String, dynamic> types, required Map<String, Map<String, String>> typesAlias})
Constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types Map<String, dynamic>
Types available of the chain
final
typesAlias Map<String, Map<String, String>>
Types alias available of the chain where the substitutions are made in different spec versions
final

Methods

normalize(String typeExp, [String? pallet]) RegistryType
Normalize the type expression
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited