mdaRating property

String? mdaRating
getter/setter pair

The video's rating from Singapore's Media Development Authority (MDA) and, specifically, it's Board of Film Censors (BFC). Possible string values are:

  • "mdaUnspecified"
  • "mdaG" : G
  • "mdaPg" : PG
  • "mdaPg13" : PG13
  • "mdaNc16" : NC16
  • "mdaM18" : M18
  • "mdaR21" : R21
  • "mdaUnrated"

Implementation

core.String? mdaRating;