UserMuteResponse constructor
UserMuteResponse({
- required DateTime createdAt,
- DateTime? expires,
- UserResponse? target,
- required DateTime updatedAt,
- UserResponse? user,
Returns a new UserMuteResponse instance.
Implementation
UserMuteResponse({
required this.createdAt,
this.expires,
this.target,
required this.updatedAt,
this.user,
});