ControllerGenerator constructor

ControllerGenerator(
  1. String name,
  2. String service
)

Creates a new instance of ControllerGenerator.

Implementation

ControllerGenerator(this.name, this.service);