RestrictionInfo constructor

RestrictionInfo({
  1. required String restrictionReason,
  2. required bool hasSensitiveContent,
})

Implementation

RestrictionInfo({
  required this.restrictionReason,
  required this.hasSensitiveContent,
});