KeyValue class

Inheritance

Constructors

KeyValue(int position, String original, String key, String value)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
original String
finalinherited
position int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

doubleValue(double defaultValue) double
intValue(int defaultValue) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceParamInStringWithDouble(String toReplace, double value) String
inherited
replaceParamInStringWithString(String toReplace, String value) String
inherited
toString() String
A string representation of this object.
override

Operators

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