ControllerAnnotation constructor

const ControllerAnnotation(
  1. String path, {
  2. required InstanceType type,
})

Implementation

const ControllerAnnotation(this.path, {required this.type});