ITypeInfoDecorator class abstract

Abstract class for custom typeInfo decorator implementations

Implementers

Constructors

ITypeInfoDecorator()

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
init(Map<Type, ClassInfo> knownClasses, Map<Type, ValueDecoratorFunction> valueDecorators, Map<Type, dynamic> enumValues) → void
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