isPublic property

  1. @TagNumber.new(33)
bool get isPublic

Denotes if the field is public (field shall be visible on any custom designed public interfaces)

Implementation

@$pb.TagNumber(33)
$core.bool get isPublic => $_getBF(12);
  1. @TagNumber.new(33)
set isPublic (bool value)

Implementation

@$pb.TagNumber(33)
set isPublic($core.bool value) => $_setBool(12, value);