fixQuality property
GPS fix quality (from NMEA GxGGA statement or similar)
Implementation
@$pb.TagNumber(17)
$core.int get fixQuality => $_getIZ(16);
Implementation
@$pb.TagNumber(17)
set fixQuality($core.int value) => $_setUnsignedInt32(16, value);