RestrictionInfo constructor
RestrictionInfo({
- String? description,
- int? endAt,
- RestrictionType restrictionType = RestrictionType.muted,
Implementation
RestrictionInfo({
this.description,
this.endAt,
this.restrictionType = RestrictionType.muted,
});