startTimeOffset property
The time to start the fade animation, in seconds. Default: 0
Implementation
@$pb.TagNumber(3)
$10.Duration get startTimeOffset => $_getN(2);
Implementation
@$pb.TagNumber(3)
set startTimeOffset($10.Duration v) { setField(3, v); }