musicalM property

Map<String, bool> musicalM
getter/setter pair

Implementation

Map<String, bool> musicalM = {
  'a': true,
  'b': true,
  'c': true,
  'd': true,
};