InstanceInfo constructor
const
InstanceInfo({})
Creates a new InstanceInfo containing registration details.
Implementation
const InstanceInfo({
required this.isPermanent,
required this.isSingleton,
required this.isRegistered,
required this.isPrepared,
required this.isInit,
});