connectionCheckInterval property

  1. @TagNumber(7)
Duration get connectionCheckInterval

Implementation

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

Implementation

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