Lazy<T> constructor

Lazy<T>(
  1. T _initializer()
)

Implementation

Lazy(this._initializer);