isAsync property

  1. @TagNumber(7)
bool get isAsync

Set the execution to run asynchronously.

Implementation

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

Implementation

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