Value class

Constructors

Value()
Default empty constructor
Value.byStr(String valueStr)
Constructor by String

Properties

hashCode int
The hash code for this object.
no setterinherited
namedValues Map<String, String>
getter/setter pair
positionalValues List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

first() String?
The first positional value
hasNamedParams() bool
Does this object has named params?
hasParams() bool
Does this object has any params?
hasPositinalParams() bool
Does this object has positional params?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readStr(String valueStr) Value
read value string if not ""
toString() String
A string representation of this object.
inherited

Operators

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