fpbRating property

String? fpbRating
getter/setter pair

The video's rating from South Africa's Film and Publication Board. Possible string values are:

  • "fpbUnspecified"
  • "fpbA" : A
  • "fpbPg" : PG
  • "fpb79Pg" : 7-9PG
  • "fpb1012Pg" : 10-12PG
  • "fpb13" : 13
  • "fpb16" : 16
  • "fpb18" : 18
  • "fpbX18" : X18
  • "fpbXx" : XX
  • "fpbUnrated"
  • "fpb10" : 10

Implementation

core.String? fpbRating;