OperationModeCacheEntry<T extends OperationMode> class

Constructors

OperationModeCacheEntry(Type modeType)

Properties

converterMapping Map<DogConverter, OperationMode>
final
hashCode int
The hash code for this object.
no setterinherited
modeType Type
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeMapping Map<Type, OperationMode>
final

Methods

forConverter(DogConverter converter, DogEngine engine) → T
forType(Type type, DogEngine engine) → T
forTypeNullable(Type type, DogEngine engine) → T?
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