stopwatchSettings property

  1. @TagNumber.new(4)
StopwatchSettings get stopwatchSettings

Supported from version 1.1.0 onwards.

Implementation

@$pb.TagNumber(4)
StopwatchSettings get stopwatchSettings => $_getN(3);
  1. @TagNumber.new(4)
set stopwatchSettings (StopwatchSettings v)

Implementation

@$pb.TagNumber(4)
set stopwatchSettings(StopwatchSettings v) { setField(4, v); }