CheckedFromJsonException constructor
CheckedFromJsonException(})
Creates a new instance of CheckedFromJsonException.
Implementation
CheckedFromJsonException(
this.map,
this.key,
String className,
this.message, {
this.badKey = false,
}) : _className = className,
innerError = null,
innerStack = null;