names property

Implementation

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