Injectable constructor
const
Injectable({})
Implementation
const Injectable({
required this.type,
required this.import,
required this.implementation,
required this.constructor,
required this.parameters,
required this.priority,
required this.group,
required this.registerType,
required this.ignoreForFile,
});