connectionCheckInterval property

  1. @TagNumber(7)
Duration get connectionCheckInterval

Implementation

@$pb.TagNumber(7)
$45.Duration get connectionCheckInterval => $_getN(6);
  1. @TagNumber(7)
set connectionCheckInterval (Duration v)

Implementation

@$pb.TagNumber(7)
set connectionCheckInterval($45.Duration v) { setField(7, v); }