ControllerAnnotation constructor
const
ControllerAnnotation(
- String path, {
- required InstanceType type,
Implementation
const ControllerAnnotation(this.path, {required this.type});