JsonConverterException constructor

const JsonConverterException(
  1. Type type, {
  2. required String message,
})

Creates a new JsonConverterException.

Implementation

const JsonConverterException(this.type, {required this.message});