stopwatchSettings property
Supported from version 1.1.0 onwards.
Implementation
@$pb.TagNumber(4)
StopwatchSettings get stopwatchSettings => $_getN(3);
Implementation
@$pb.TagNumber(4)
set stopwatchSettings(StopwatchSettings v) { setField(4, v); }
Supported from version 1.1.0 onwards.
@$pb.TagNumber(4)
StopwatchSettings get stopwatchSettings => $_getN(3);
@$pb.TagNumber(4)
set stopwatchSettings(StopwatchSettings v) { setField(4, v); }