st property

Map<String, bool> st
getter/setter pair

4 var to control connectors state, working-condition-state values. DONE: This is now a map.

Implementation

Map<String, bool> st = {
  'off': true,
  'on': false,
  'pause': false,
  'done': false,
};