GuardResolution constructor
const
GuardResolution({
- required String location,
- required BloomRouteMatch? match,
- bool blocked = false,
Implementation
const GuardResolution({
required this.location,
required this.match,
this.blocked = false,
});