KeyValue class abstract

Constructors

KeyValue()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ALT → const String
ARROW_DOWN → const String
ARROW_LEFT → const String
ARROW_RIGHT → const String
ARROW_UP → const String
BACKSPACE → const String
CAPS_LOCK → const String
CONTROL → const String
DELETE → const String
END → const String
ENTER → const String
ESC → const String
HOME → const String
PAGE_DOWN → const String
PAGE_UP → const String
SHIFT → const String
SPACE → const String
TAB → const String
values → const List<String>
All of the KeyValue values.