MiddlewareEntry constructor
const
MiddlewareEntry({
- required String filePath,
- required String path,
- HttpMethod? method,
Creates a middleware entry.
Implementation
const MiddlewareEntry({
required this.filePath,
required this.path,
this.method,
});