isVisible property

  1. @TagNumber(3)
bool get isVisible

/ Whether this is a library that is visible to the user.

Implementation

@$pb.TagNumber(3)
$core.bool get isVisible => $_getBF(2);
  1. @TagNumber(3)
set isVisible (bool value)

Implementation

@$pb.TagNumber(3)
set isVisible($core.bool value) => $_setBool(2, value);