LockException constructor Null safety

LockException(
  1. String message
)

Implementation

LockException(String message) : super(message);