Gets the value of "visibility"
Source
String get visibility => this._visibility;
Sets the value of "visibility"
Source
set visibility(String value) {
_visibility = value == null ? '' : value;
}
Gets the value of "visibility"
String get visibility => this._visibility;
Sets the value of "visibility"
set visibility(String value) {
_visibility = value == null ? '' : value;
}