JsonPathException constructor

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

Implementation

JsonPathException(String message, {required int code})
    : super(message, code: code);