JsonPathException constructor

JsonPathException(
  1. String message, {
  2. required int code,
})

Implementation

JsonPathException(super.message, {required super.code});