timeout property

  1. @TagNumber.new(10)
bool get timeout

Implementation

@$pb.TagNumber(10)
$core.bool get timeout => $_getBF(7);
  1. @TagNumber.new(10)
set timeout (bool value)

Implementation

@$pb.TagNumber(10)
set timeout($core.bool value) => $_setBool(7, value);