VideoAgeGating constructor

VideoAgeGating({
  1. bool? alcoholContent,
  2. bool? restricted,
  3. String? videoGameRating,
})

Implementation

VideoAgeGating({
  this.alcoholContent,
  this.restricted,
  this.videoGameRating,
});