ComponentRouterNoMatchException constructor

const ComponentRouterNoMatchException(
  1. String currentPath, [
  2. String? routerElementBind
])

Implementation

const ComponentRouterNoMatchException(this.currentPath, [this.routerElementBind]);