NavigateScreenAction class
Constructors
-
NavigateScreenAction({Invokable? initiator, required String screenName, Map<String, dynamic>? payload, Map<String, dynamic>? options, EnsembleAction? onNavigateBack, Map<String, dynamic>? transition, bool isExternal = false, bool asExternal = false})
-
-
NavigateScreenAction.from(dynamic inputs)
-
factory
-
NavigateScreenAction.fromMap({Invokable? initiator, Map? payload})
-
factory
Methods
-
eval(dynamic data, ScopeManager scopeManager)
→ dynamic
-
inherited
-
execute(BuildContext context, ScopeManager scopeManager)
→ Future
-
TODO: each Action does all the execution in here
use DataContext to eval properties. ScopeManager should be refactored
so it contains the update data context (its DataContext might not have
the latest data)
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited