names property

Implementation

static core.Map<FormationEnumType, String> get names =>
    <FormationEnumType, String>{
      fcRequest: '''Request''',
      fcReport: '''Report''',
    };