BlanketChore constructor

BlanketChore(
  1. String name,
  2. String master,
  3. String info
)

constructor; master is mandatory for Chore to use masters fields. was error: decisionChainMM must be initialized OK

Implementation

BlanketChore(this.name, this.master, this.info);