KeyValue<O1, O2> class

Inheritance
Available Extensions

Constructors

KeyValue(StringParser<O1> key, StringParser<O2> value, int sep, AnyStringParser ws)

Properties

error ParseError?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
key StringParser<O1>
final
label String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sep int
final
value StringParser<O2>
final
ws AnyStringParser
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(ParseInput<String> input, ParseState state) Tuple1<Tuple2<O1, O2>>?
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited