refreshTtl property

  1. @TagNumber(7)
bool get refreshTtl

Implementation

@$pb.TagNumber(7)
$core.bool get refreshTtl => $_getBF(6);
  1. @TagNumber(7)
set refreshTtl (bool v)

Implementation

@$pb.TagNumber(7)
set refreshTtl($core.bool v) {
  $_setBool(6, v);
}