RunMethodsStation class

Constructors

RunMethodsStation.new(PageViewControllerMethods _pageViewControllerMethods, DesignFlowCMSMethods _designFlowCMSMethods, ConsoleMethods _consoleMethods, VariablesMethods _variablesMethods, NavigatorMethods _navigatorMethods, HapticFeedbackMethods _hapticFeedbackMethods, ConditionalMethods _conditionalMethods, ListViewControllerMethods _listViewControllerMethods, UIStatesMethods _uiStatesMethods, APIMethods _apiMethods, CubitMethods _cubitMethods, ParameterMethods _parameterMethods, SupabaseMethods _supabaseMethods)
const

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runAction(BuildContext context, ActionEntity action, dynamic inputValue, int loop, {Map<String, Variable> conStringVars = const {}}) Future
runWorkflows(BuildContext context, List<WorkflowEntity>? workflows, int loop, {required Trigger? target, dynamic inputValue, String? jsonKey}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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