isBinary property

  1. @TagNumber(1)
bool isBinary

Implementation

@$pb.TagNumber(1)
$core.bool get isBinary => $_getBF(0);
  1. @TagNumber(1)
void isBinary=(bool v)

Implementation

@$pb.TagNumber(1)
set isBinary($core.bool v) {
  $_setBool(0, v);
}