within property

  1. @TagNumber(9)
Duration get within

Implementation

@$pb.TagNumber(9)
$0.Duration get within => $_getN(8);
  1. @TagNumber(9)
set within (Duration v)

Implementation

@$pb.TagNumber(9)
set within($0.Duration v) { setField(9, v); }