is_lock property

bool get is_lock

Implementation

bool get is_lock => this._is_lock;
set is_lock (bool is_lock)

Implementation

set is_lock(bool is_lock) {
  this._is_lock = is_lock;
  this.__isset_is_lock = true;
}