Locker<T> constructor

Locker<T>(
  1. FutureOr<T> _value
)

Implementation

Locker(this._value);