names property

Implementation

static core.Map<FormationStateEnumPosSimMon, String> get names =>
    <FormationStateEnumPosSimMon, String>{
      posOk: '''Ok''',
      posWrn: '''Warning threshold''',
      posLim: '''Limit threshold''',
    };