values property

Implementation

static List<GpsFixEnumType> get values => <GpsFixEnumType>[
      gftStandalone,
      gftDifferential,
      gftDeadReckoning,
      gftManualInput,
      gftSimulation,
    ];