getLockTrait method

LockTrait? getLockTrait()

Implementation

LockTrait? getLockTrait() {
  return trait<LockTrait>() as LockTrait?;
}