KeyValue class
Properties
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