nullable property
bool?
get
nullable
Implementation
bool? get nullable => this._nullable;
set
nullable
(bool? nullable)
Implementation
set nullable(bool? nullable) {
this._nullable = nullable;
this.__isset_nullable = true;
}