OverlyPathParamsError constructor

OverlyPathParamsError({
  1. required List<String> pathParams,
  2. required List<String> expectedPathParams,
})

Implementation

OverlyPathParamsError(
    {required this.pathParams, required this.expectedPathParams});