DefaultTypeInfoDecorator class

Implemented types

Constructors

DefaultTypeInfoDecorator()

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

decorate(TypeInfo typeInfo) TypeInfo
override
detectGenericType(TypeInfo typeInfo) Type?
detectGenericTypeName(TypeInfo typeInfo) String?
detectMixinTypeName(TypeInfo typeInfo) Iterable<String>
detectTypeByName(String? name) Type
getTypeParams(TypeInfo typeInfo) Iterable<String>
init(Map<Type, ClassInfo> knownClasses, Map<Type, ValueDecoratorFunction> valueDecorators, Map<Type, dynamic> enumValues) → void
override
isBigInt(TypeInfo typeInfo) bool
isCastList(TypeInfo typeInfo) bool
isHashMap(TypeInfo typeInfo) bool
isHashSet(TypeInfo typeInfo) bool
isLinkedHashMap(TypeInfo typeInfo) bool
isRegExp(TypeInfo typeInfo) bool
isUnmodifiableListView(TypeInfo typeInfo) bool
isUnmodifiableMapView(TypeInfo typeInfo) bool
isUri(TypeInfo typeInfo) bool
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