race property
DEPRECATED, just kept for compatibility with version <= 1.0.0, use StopwatchSettings instead! Will be ignored when StopwatchSettings is set and converted to StopwatchSettings otherwise. For backwards compatibility, this is always set when reading the settings.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$0.RaceSettings get race => $_getN(1);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set race($0.RaceSettings v) { setField(2, v); }