jsonParseHandle property

(bool? Function(JsonUnsupportedObjectError exception)?) jsonParseHandle
read / write

A function that can handle exceptions of type JsonUnsupportedObjectError.

Implementation

bool? Function(JsonUnsupportedObjectError exception)? jsonParseHandle;