race property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(2)
RaceSettings get race

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);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(2)
set race (RaceSettings v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set race($0.RaceSettings v) { setField(2, v); }