connectionCheckInterval property

  1. @TagNumber(7)
Duration get connectionCheckInterval

Implementation

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

Implementation

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