AppRoute<A> constructor

AppRoute<A>(
  1. String route
)

Implementation

AppRoute(this.route) {
  _route[route] = this;
}