JsonFormatException constructor

JsonFormatException([
  1. String message = '',
  2. String? source,
  3. int? offset
])

Default constructor.

Implementation

JsonFormatException([String message = '', String? source, int? offset])
    : super(message, source, offset);