Lock constructor

Lock({
  1. bool awaitChecking = false,
})

Implementation

Lock({this.awaitChecking = false});