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