Lazy<T extends Object> constructor

Lazy<T extends Object>(
  1. @sendable LazyConstructor<T> _constructor
)

Implementation

Lazy(@sendable this._constructor);