isAsync property

  1. @TagNumber(6)
bool isAsync

Set the execution to run asynchronously.

Implementation

@$pb.TagNumber(6)
$core.bool get isAsync => $_getBF(5);
  1. @TagNumber(6)
void isAsync=(bool v)

Implementation

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