chvrsRating property

String? chvrsRating
getter/setter pair

The video's Canadian Home Video Rating System (CHVRS) rating. Possible string values are:

  • "chvrsUnspecified"
  • "chvrsG" : G
  • "chvrsPg" : PG
  • "chvrs14a" : 14A
  • "chvrs18a" : 18A
  • "chvrsR" : R
  • "chvrsE" : E
  • "chvrsUnrated"

Implementation

core.String? chvrsRating;