names property

Implementation

static core.Map<GroundVelocityBitfieldValidity, String> get names =>
    <GroundVelocityBitfieldValidity, String>{
      valVelX: '''X component is valid''',
      valVelY: '''Y component is valid''',
      valVelZ: '''Z component is valid''',
    };