delegate property

GetDelegate get delegate

Retrieves the delegate associated with the current router.

Implementation

GetDelegate get delegate {
  return router.routerDelegate as GetDelegate;
}