values property

Implementation

static List<CLoopsMaskBitfield> get values => <CLoopsMaskBitfield>[
      clNone,
      clPath,
      clTeleoperation,
      clAltitude,
      clDepth,
      clRoll,
      clPitch,
      clYaw,
      clSpeed,
      clYawRate,
      clVerticalRate,
      clTorque,
      clForce,
      clVelocity,
      clThrottle,
      clExternal,
      clNoOverride,
      clAll,
    ];