MastodonRelationshipSeveranceEvent constructor
Implementation
const MastodonRelationshipSeveranceEvent({
required this.id,
required this.type,
required this.purged,
required this.targetName,
required this.followersCount,
required this.followingCount,
this.createdAt,
});