EventEmmitor class

Inheritance
Implementers

Constructors

EventEmmitor(String? eventFlag, DynamicToken? eventToken, [List<String>? newStates])

Properties

constants List<List<String>>?
finalinherited
dtoken DynamicToken
finalinherited
groupTokens List<Token?>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isConst bool
no setterinherited
newStates List<String>?
finalinherited
parent Parse?
no setterinherited
pattern String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token Token
no setterinherited

Methods

copy({List<String>? newStates}) EventEmmitor
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split() List<String>
inherited
toString() String
A string representation of this object.
inherited

Operators

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