is_new property
bool
get
is_new
Implementation
bool get is_new => this._is_new;
set
is_new
(bool is_new)
Implementation
set is_new(bool is_new) {
this._is_new = is_new;
this.__isset_is_new = true;
}