VideoContentDetailsRegionRestriction constructor

VideoContentDetailsRegionRestriction({
  1. List<String>? allowed,
  2. List<String>? blocked,
})

Implementation

VideoContentDetailsRegionRestriction({
  this.allowed,
  this.blocked,
});