prev property
For updates and deletes, the previous record CID (required for inductive firehose). For creations, field should not be defined.
Implementation
@JsonKey(includeIfNull: true) String? get cid;/// For updates and deletes, the previous record CID (required for inductive firehose). For creations, field should not be defined.
String? get prev;