cid property
For creates and updates, the new record CID. For deletions, null.
Implementation
String get $type;@RepoOpActionConverter() RepoOpAction get action; String get path;/// For creates and updates, the new record CID. For deletions, null.
@JsonKey(includeIfNull: true) String? get cid;