InstanceDetails constructor
const
InstanceDetails({})
Implementation
const InstanceDetails({
required this.isPermanent,
required this.isSingleton,
required this.isRegistered,
required this.isPrepared,
required this.isInit,
});