GuardEntry constructor

const GuardEntry(
  1. AutoRouteGuard guard,
  2. NavigationResolver _resolver
)

Default constructor

Implementation

const GuardEntry(this.guard, this._resolver);