jsonParseHandle property

bool? Function(JsonUnsupportedObjectError exception)? jsonParseHandle
getter/setter pair

A function that can handle exceptions of type JsonUnsupportedObjectError.

Implementation

bool? Function(JsonUnsupportedObjectError exception)? jsonParseHandle;