TypeHash<OBJ> class
mixin
Get an typeID for OBJ that represent this type only.
typeID contains the type id, which is a List that can be sent as json.
- Implementers
Constructors
- TypeHash()
Properties
Methods
-
ensureCalcTypeID(
) → TypeID -
Any Type that is used with TypeHash should be stored in
_typesIDsMap. -
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