DeleteResult constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory DeleteResult({
@Default('com.atproto.repo.applyWrites#deleteResult') String $type,
Map<String, dynamic>? $unknown,
}) = _DeleteResult;