ControllerMethodParam constructor
const
ControllerMethodParam(
- String name,
- Type type, {
- RequestAnnotation? meta,
- bool optional = false,
- dynamic defaultValue,
- BaseDTO? dto,
Implementation
const ControllerMethodParam(
this.name,
this.type, {
this.meta,
this.optional = false,
this.defaultValue,
this.dto,
});