RoutePath.withParameter constructor

RoutePath.withParameter(
  1. String? routeName,
  2. String? parameter
)

Implementation

RoutePath.withParameter(this.routeName, this.parameter) : isUnknown = false;