StructureHarbinger<T> class

Constructors

StructureHarbinger(DogStructure<T> structure, DogEngine engine)

Properties

engine DogEngine
final
fieldConverters List<({DogConverter? converter, DogStructureField field})>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure DogStructure<T>
final

Methods

getConverter(DogEngine engine, DogStructureField field) DogConverter?
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

Static Methods

create(DogStructure structure, DogEngine engine) StructureHarbinger