testOnly property

  1. @TagNumber.new(3)
bool get testOnly

Whether the select is to be interpreted as a field presence test.

This results from the macro has(request.auth).

Implementation

@$pb.TagNumber(3)
$core.bool get testOnly => $_getBF(2);
  1. @TagNumber.new(3)
set testOnly (bool value)

Implementation

@$pb.TagNumber(3)
set testOnly($core.bool value) => $_setBool(2, value);