isCreate property

bool get isCreate

Indicates whether the instance is created.

Implementation

bool get isCreate => !isSingleton!;