add property
bool
get
add
Implementation
bool get add => this._add;
set
add
(bool add)
Implementation
set add(bool add) {
this._add = add;
this.__isset_add = true;
}