unlockDescription method

Series unlockDescription()

Implementation

Series unlockDescription() {
  this._locked.remove('description');
  return this;
}