RouteEntry constructor
const
RouteEntry({})
Creates a route entry.
Implementation
const RouteEntry({
required this.filePath,
required this.path,
required this.method,
this.wildcardParam,
this.openapi,
});
Creates a route entry.
const RouteEntry({
required this.filePath,
required this.path,
required this.method,
this.wildcardParam,
this.openapi,
});