timeoutMs property

  1. @TagNumber.new(6)
int get timeoutMs

Request timeout in milliseconds (0 = engine default).

Implementation

@$pb.TagNumber(6)
$core.int get timeoutMs => $_getIZ(5);
  1. @TagNumber.new(6)
set timeoutMs (int value)

Implementation

@$pb.TagNumber(6)
set timeoutMs($core.int value) => $_setSignedInt32(5, value);