CreateAction constructor
- @jsonSerializable
Implementation
@jsonSerializable
const factory CreateAction({
@typeKey @Default(comAtprotoRepoApplyWritesCreate) String type,
@nsidConverter required NSID collection,
String? rkey,
@JsonKey(name: 'value') required Map<String, dynamic> record,
}) = _CreateAction;