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