BloomRouteMatch constructor
const
BloomRouteMatch({})
Creates a route match result.
Implementation
const BloomRouteMatch({
required this.route,
required this.params,
this.query = const {},
this.queryAll = const {},
this.fragment = '',
BloomNode Function()? buildNode,
}) : _buildNode = buildNode;