cceRating property

String? cceRating
getter/setter pair

The video's rating from Portugal's Comissão de Classificação de Espect´culos. Possible string values are:

  • "cceUnspecified"
  • "cceM4" : 4
  • "cceM6" : 6
  • "cceM12" : 12
  • "cceM16" : 16
  • "cceM18" : 18
  • "cceUnrated"
  • "cceM14" : 14

Implementation

core.String? cceRating;