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