async property

  1. @TagNumber.new(4)
bool get async

Implementation

@$pb.TagNumber(4)
$core.bool get async => $_getBF(3);
  1. @TagNumber.new(4)
set async (bool v)

Implementation

@$pb.TagNumber(4)
set async($core.bool v) { $_setBool(3, v); }