visibility property
Gets the value of "visibility"
Implementation
String get visibility => this._visibility;
Sets the value of "visibility"
Implementation
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;
}