LockClause constructor

const LockClause({
  1. required LockType lockType,
  2. ObjectName? of_,
  3. NonBlock? nonblock,
})

Implementation

const LockClause({
  required this.lockType,
  this.of_,
  this.nonblock,
});