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