toJson method
Implementation
Map<String, Object?> toJson() => {
'entityTypes': entityTypes,
'entities': entities,
'patchedEntities': patchedEntities,
'entityStates': entityStates,
'syncMetadata': syncMetadata,
'lists': lists,
'listMemberships': listMemberships,
'fetching': fetching,
'stale': stale,
'errors': errors,
};