lenientJson property
If true the SDK will use lenient deserialization of the entities coming from the backend.
This could be helpful when developing using the nightly deployments of the backend, as the SDK will ignore minor changes to the data model.
This option however could cause loss of data when connecting with incompatible versions of the backend, and should be disabled in production.
Implementation
@override final bool lenientJson;