userFacingOnly property

  1. @TagNumber(10)
bool get userFacingOnly

Implementation

@$pb.TagNumber(10)
$core.bool get userFacingOnly => $_getBF(9);
  1. @TagNumber(10)
set userFacingOnly (bool v)

Implementation

@$pb.TagNumber(10)
set userFacingOnly($core.bool v) { $_setBool(9, v); }