cid property

  1. @JsonKey.new(includeIfNull: true)
String? get cid
inherited

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;