isPublic property

  1. @TagNumber(12)
bool isPublic

Implementation

@$pb.TagNumber(12)
$core.bool get isPublic => $_getBF(11);
  1. @TagNumber(12)
void isPublic=(bool v)

Implementation

@$pb.TagNumber(12)
set isPublic($core.bool v) { $_setBool(11, v); }