Instance constructor
const
Instance({})
Implementation
const Instance({
this.inputType = Map<String, dynamic>,
this.isSingleton = false,
this.isLazy = false,
this.initializationOrder,
this.isAsync = false,
this.awaitInitialization = false,
this.isPart = false,
});