tellStM property

Map<String, bool> tellStM
getter/setter pair

Implementation

Map<String, bool> tellStM = {
  'canPlayPiano': false,
  'canCompose': false,
  'canConduct': false,
  'a': false,
  'b': false,
};