names property

Implementation

static core.Map<FormationEnumReferenceFrame, String> get names =>
    <FormationEnumReferenceFrame, String>{
      opEarthFixed: '''Earth Fixed''',
      opPathFixed: '''Path Fixed''',
      opPathCurved: '''Path Curved''',
    };