kfcbRating property

String? kfcbRating
getter/setter pair

The video's rating from the Kenya Film Classification Board. Possible string values are:

  • "kfcbUnspecified"
  • "kfcbG" : GE
  • "kfcbPg" : PG
  • "kfcb16plus" : 16
  • "kfcbR" : 18
  • "kfcbUnrated"

Implementation

core.String? kfcbRating;