mccaaRating property

String? mccaaRating
getter/setter pair

The video's rating from Malta's Film Age-Classification Board. Possible string values are:

  • "mccaaUnspecified"
  • "mccaaU" : U
  • "mccaaPg" : PG
  • "mccaa12a" : 12A
  • "mccaa12" : 12
  • "mccaa14" : 14 - this rating was removed from the new classification structure introduced in 2013.
  • "mccaa15" : 15
  • "mccaa16" : 16 - this rating was removed from the new classification structure introduced in 2013.
  • "mccaa18" : 18
  • "mccaaUnrated"

Implementation

core.String? mccaaRating;