PatchRoute constructor
const
PatchRoute({
- required String path,
- int order = 1,
- FilterConfig? filterConfig,
Implementation
const PatchRoute({required super.path, super.order, super.filterConfig})
: super(method: HttpMethod.patch);