UIRulesContext class

Full context for UI rules execution

Constructors

UIRulesContext({EventContext? event, NavigationContext? navigation, ViewContext? view, required AppContext appContext})
const

Properties

appContext AppContext
final
event EventContext?
final
hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view ViewContext?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts to map format for rules execution
toString() String
A string representation of this object.
override

Operators

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