hasObject property

bool hasObject
inherited

Whether an object has been created by the factory and still exists.

This returns true after a value is created with call or create even if the value is null.

Implementation

bool get hasObject => _hasObject;