AddContentRestriction constructor

AddContentRestriction({
  1. required AddContentRestrictionOperation operation,
  2. required AddContentRestrictionRestrictions restrictions,
})

Implementation

AddContentRestriction({required this.operation, required this.restrictions});