visibility property
The visibility that should be set for the module
Implementation
@$pb.TagNumber(2)
Visibility get visibility => $_getN(1);
Implementation
@$pb.TagNumber(2)
set visibility(Visibility v) { setField(2, v); }
The visibility that should be set for the module
@$pb.TagNumber(2)
Visibility get visibility => $_getN(1);
@$pb.TagNumber(2)
set visibility(Visibility v) { setField(2, v); }