PathController constructor

PathController(
  1. String calledPath,
  2. Map<String, String> queryParameters
)

Implementation

PathController(
  this.calledPath,
  this.queryParameters,
) : notProcessedValues = List.from(Uri.parse(calledPath).pathSegments);