isInitialized property

bool isInitialized

Returns true if the this Lazy already has a result.

Implementation

bool get isInitialized => _initialized;