ControllerGenerator constructor
ControllerGenerator({})
Creates a new instance of ControllerGenerator.
Implementation
ControllerGenerator({
required this.name,
required this.service,
this.output = 'output/controllers',
});