InstanceInfo constructor
const
InstanceInfo({})
Creates an InstanceInfo object with the given parameters.
Implementation
const InstanceInfo({
required this.isPermanent,
required this.isSingleton,
required this.isRegistered,
required this.isPrepared,
required this.isInit,
});