values property

Implementation

static List<FormationEnumReferenceFrame> get values =>
    <FormationEnumReferenceFrame>[
      opEarthFixed,
      opPathFixed,
      opPathCurved,
    ];