EventTypes enum
Values
- alert → const EventTypes
- animate → const EventTypes
- back → const EventTypes
- build → const EventTypes
- clear → const EventTypes
- cleardefaultapp → const EventTypes
- close → const EventTypes
- closeroute → const EventTypes
- complete → const EventTypes
- cont → const EventTypes
- copy → const EventTypes
- execute → const EventTypes
- focusnode → const EventTypes
- home → const EventTypes
- keypress → const EventTypes
- signInWithJwt → const EventTypes
- logoff → const EventTypes
- signInWithFirebase → const EventTypes
- maximize → const EventTypes
- minimize → const EventTypes
- open → const EventTypes
- openjstemplate → const EventTypes
- openroute → const EventTypes
- post → const EventTypes
- quit → const EventTypes
- refresh → const EventTypes
- replace → const EventTypes
- replaceroute → const EventTypes
- reset → const EventTypes
- saveas → const EventTypes
- save → const EventTypes
- scroll → const EventTypes
- scrollto → const EventTypes
- set → const EventTypes
- showdebug → const EventTypes
- showlog → const EventTypes
- showtemplate → const EventTypes
- sort → const EventTypes
- sound → const EventTypes
- start → const EventTypes
- stash → const EventTypes
- stop → const EventTypes
- theme → const EventTypes
- toast → const EventTypes
- trigger → const EventTypes
- validate → const EventTypes
- wait → const EventTypes
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
values
→ const List<
EventTypes> - A constant List of the values in this enum, in order of their declaration.