Generates code for a constructor with a parameter for each @dependency field and assigns the passed value to the corresponding field.
class MyType { mixin(diConstructorString!(typeof(this))); }
DIConstructor
See Implementation
Generates code for a constructor with a parameter for each @dependency field and assigns the passed value to the corresponding field.