ContentRestrictionArray constructor

ContentRestrictionArray({
  1. required List<ContentRestriction> results,
  2. required int start,
  3. required int limit,
  4. required int size,
  5. required String restrictionsHash,
  6. required GenericLinks links,
})

Implementation

ContentRestrictionArray(
    {required this.results,
    required this.start,
    required this.limit,
    required this.size,
    required this.restrictionsHash,
    required this.links});