nbcRating property

String? nbcRating
getter/setter pair

The video's rating from the Maldives National Bureau of Classification. Possible string values are:

  • "nbcUnspecified"
  • "nbcG" : G
  • "nbcPg" : PG
  • "nbc12plus" : 12+
  • "nbc15plus" : 15+
  • "nbc18plus" : 18+
  • "nbc18plusr" : 18+R
  • "nbcPu" : PU
  • "nbcUnrated"

Implementation

core.String? nbcRating;