ExtendedTypeHandler<T extends ExtendedType> class abstract

Base classe for types handlers.

Constructors

ExtendedTypeHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createInstance(String value) → T?
Creates an instance of this type handler parsing value.
getTypeID() int
Returns the type ID.
getTypeName() String
Returns the type name.
matchesFormat(String value) bool
Returns true if value matches this instance type.
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