Late<T> constructor

Late<T>(
  1. T _factory()
)

Implementation

Late(this._factory);