BloomRouteContext constructor
const
BloomRouteContext({})
Creates a BloomRouteContext with the given parameters and URL.
Implementation
const BloomRouteContext({
this.params = const {},
this.queryParams = const {},
required this.url,
this.data,
});