unseal method
void
unseal()
Removed the sealed state, to allow modification to this Line instance
Implementation
void unseal() {
_sealed = false;
}
Removed the sealed state, to allow modification to this Line instance
void unseal() {
_sealed = false;
}