fcbmRating property

String? fcbmRating
getter/setter pair

The video's rating from Malaysia's Film Censorship Board. Possible string values are:

  • "fcbmUnspecified"
  • "fcbmU" : U
  • "fcbmPg13" : PG13
  • "fcbmP13" : P13
  • "fcbm18" : 18
  • "fcbm18sx" : 18SX
  • "fcbm18pa" : 18PA
  • "fcbm18sg" : 18SG
  • "fcbm18pl" : 18PL
  • "fcbmUnrated"

Implementation

core.String? fcbmRating;