JsonDecodingException constructor

JsonDecodingException(
  1. String message, {
  2. required String body,
})

Implementation

JsonDecodingException(this.message, {required this.body});