CoreState constructor

const CoreState({
  1. MiscState? miscState,
  2. UserFeedState? userFeedState,
  3. UserState? userState,
  4. ConnectivityState? connectivityState,
  5. ClinicalState? clinicalState,
  6. Navigation? navigationState,
  7. UserRegistrationState? userRegistrationState,
  8. SupplierProfile? supplierProfileState,
  9. Wait? wait,
})

Implementation

const CoreState({
  this.miscState,
  this.userFeedState,
  this.userState,
  this.connectivityState,
  this.clinicalState,
  this.navigationState,
  this.userRegistrationState,
  this.supplierProfileState,
  this.wait,
});