DeleteAction constructor
- @jsonSerializable
Implementation
@jsonSerializable
const factory DeleteAction({
@typeKey @Default(comAtprotoRepoApplyWritesDelete) String type,
@AtUriConverter() required AtUri uri,
}) = _DeleteAction;
@jsonSerializable
const factory DeleteAction({
@typeKey @Default(comAtprotoRepoApplyWritesDelete) String type,
@AtUriConverter() required AtUri uri,
}) = _DeleteAction;