GuardResolution.noMatch constructor
GuardResolution.noMatch(
- String location
Resolution for a location with no matching route.
Implementation
factory GuardResolution.noMatch(String location) =>
GuardResolution(location: location, match: null);