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