mtrcbRating property

String? mtrcbRating
getter/setter pair

The video's rating from the Movie and Television Review and Classification Board (Philippines). Possible string values are:

  • "mtrcbUnspecified"
  • "mtrcbG" : G
  • "mtrcbPg" : PG
  • "mtrcbR13" : R-13
  • "mtrcbR16" : R-16
  • "mtrcbR18" : R-18
  • "mtrcbX" : X
  • "mtrcbUnrated"

Implementation

core.String? mtrcbRating;