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