st property

Map<String, bool> st
getter/setter pairoverride

Control and describe Chores state during it's life-cycle.

Implementation

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