if_not_exists property

bool? get if_not_exists

Implementation

bool? get if_not_exists => this._if_not_exists;
set if_not_exists (bool? if_not_exists)

Implementation

set if_not_exists(bool? if_not_exists) {
  this._if_not_exists = if_not_exists;
  this.__isset_if_not_exists = true;
}