values property

Implementation

static List<GroundVelocityBitfieldValidity> get values =>
    <GroundVelocityBitfieldValidity>[
      valVelX,
      valVelY,
      valVelZ,
    ];