JsonException constructor

const JsonException(
  1. String? message
)

Implementation

const JsonException(super.message);