stepStates property

Map<String, StepState> stepStates
getter/setter pair

Implementation

Map<String, StepState> stepStates = {
  "license": StepState.indexed,
  "lan_connection_config": StepState.disabled,
  "select_main_connection": StepState.disabled,
  "main_connection_config": StepState.disabled,
  "select_secondary_connection": StepState.disabled,
  "secondary_connection_config": StepState.disabled,
  "bonjour": StepState.disabled,
};