visibility property

String visibility

Gets the value of "visibility"

Implementation

String get visibility => this._visibility;
void visibility= (String value)

Sets the value of "visibility"

Implementation

set visibility(String value) {
  _visibility = value == null ? '' : value;
}