GuardResolution constructor

const GuardResolution({
  1. required String location,
  2. required BloomRouteMatch? match,
  3. bool blocked = false,
})

Implementation

const GuardResolution({
  required this.location,
  required this.match,
  this.blocked = false,
});