create static method

Lock create()

Implementation

@$core.pragma('dart2js:noInline')
static Lock create() => Lock._();