toLazy method

ILazy<T> toLazy()

Converts IProvider to ILazy.

Implementation

ILazy<T> toLazy() => Lazy(this);