RunMethodsStation constructor

const RunMethodsStation(
  1. PageViewControllerMethods _pageViewControllerMethods,
  2. DesignFlowCMSMethods _designFlowCMSMethods,
  3. ConsoleMethods _consoleMethods,
  4. VariablesMethods _variablesMethods,
  5. NavigatorMethods _navigatorMethods,
  6. HapticFeedbackMethods _hapticFeedbackMethods,
  7. ConditionalMethods _conditionalMethods,
  8. ListViewControllerMethods _listViewControllerMethods,
  9. UIStatesMethods _uiStatesMethods,
  10. APIMethods _apiMethods,
  11. CubitMethods _cubitMethods,
  12. ParameterMethods _parameterMethods,
  13. SupabaseMethods _supabaseMethods,
)

Implementation

const RunMethodsStation(
  this._pageViewControllerMethods,
  this._designFlowCMSMethods,
  this._consoleMethods,
  this._variablesMethods,
  this._navigatorMethods,
  this._hapticFeedbackMethods,
  this._conditionalMethods,
  this._listViewControllerMethods,
  this._uiStatesMethods,
  this._apiMethods,
  this._cubitMethods,
  this._parameterMethods,
  this._supabaseMethods,
);