TypeInfo class

Provides enhanced type information based on Type.toString() value

Constructors

TypeInfo(Type? type)

Properties

genericType Type?
getter/setter pair
genericTypeName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isDynamic bool
getter/setter pair
isEnum bool?
getter/setter pair
isGeneric bool
getter/setter pair
isIterable bool
getter/setter pair
isList bool
getter/setter pair
isMap bool
getter/setter pair
isSet bool
getter/setter pair
isWithMixin bool
getter/setter pair
mixinType Type?
getter/setter pair
mixinTypeName String?
getter/setter pair
parameters Iterable<Type>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type?
getter/setter pair
typeName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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