$LockConfig constructor

$LockConfig({
  1. bool? locked,
  2. String? reason,
})

Implementation

$LockConfig({this.locked, this.reason});