unseal method

void unseal()

Removed the sealed state, to allow modification to this Line instance

Implementation

void unseal() {
  _sealed = false;
}