WKTToken class

Constructors

WKTToken(dynamic type, dynamic value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isComma bool
no setter
isEOS bool
no setter
isKeyword bool
no setter
isLParen bool
no setter
isNumber bool
no setter
isRParen bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → dynamic
final
value → dynamic
final

Methods

ensureKeyword([dynamic kw = null]) → dynamic
ensureLParen() → dynamic
ensureNotEOS() → dynamic
ensureNumber() → dynamic
ensureRParen() → dynamic
matchKeyword(dynamic kw) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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