ConcatPosition class
A position that encapsulates an inner position and an index for the inner position.
A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.
Constructors
- ConcatPosition({int? index, Position? position})
- ConcatPosition.fromJson(Map _json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited