includeBinary property

  1. @TagNumber(2)
bool includeBinary

Implementation

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

Implementation

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