GuardResolution.noMatch constructor

GuardResolution.noMatch(
  1. String location
)

Resolution for a location with no matching route.

Implementation

factory GuardResolution.noMatch(String location) =>
    GuardResolution(location: location, match: null);