BlankComplementMixin mixin

Superclass Constraints

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

dispatchEvent(Token eventType, String? eventFlag, String stateName, Context? context) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCondition(String eventFlag) bool
override
onConditionInclude(String eventFlag) bool
override
onRuleMatched(String stateName, Context context, {String? enter, String? leave}) → void
override
onRuleMissed(String ruleMissedFlag) → void
override
onRuleWillStart(String ruleStartFlag) → void
override
onStateWillEnd(String stateName) → void
override
onStateWillRestart(String stateName) → void
override
onStateWillStart(String stateName) → void
override
toString() String
A string representation of this object.
inherited

Operators

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