isCreate property
bool
get
isCreate
Indicates whether the instance is created.
Implementation
bool get isCreate => !isSingleton!;
Indicates whether the instance is created.
bool get isCreate => !isSingleton!;