setLocked method

dynamic setLocked(
  1. bool lock
)

Implementation

setLocked(bool lock) {
  locked = lock;
}