names property

Implementation

static core.Map<DesiredControlBitfieldFlags, String> get names =>
    <DesiredControlBitfieldFlags, String>{
      flX: '''Value of X is meaningful''',
      flY: '''Value of Y is meaningful''',
      flZ: '''Value of Z is meaningful''',
      flK: '''Value of K is meaningful''',
      flM: '''Value of M is meaningful''',
      flN: '''Value of N is meaningful''',
    };