A map of id fields, based on TypePolicy.keyFields for the given type, and their respective values. By default, id or _id are used.
TypePolicy.keyFields
id
_id
To return a record with id: 1234, pass the following map:
1234
{ "id": "1234" }
Map<String, dynamic> get idFields;