ArrayDecodingKeyGenerator class decoder

Generate a key which describes the exact position of a value inside a nested List.

Constructors

ArrayDecodingKeyGenerator([String currentKey = ".0"])
Construct a new generator instance with key '.0'.

Properties

currentKey String
The current key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
incrementWidth String
Determine width value, e.g. position inside a List.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

nextKey(List<String> keys, Type token) String
Determine the next key value depending on the last encountered token.
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