cnaRating property

String? cnaRating
getter/setter pair

The video's rating from Romania's CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA). Possible string values are:

  • "cnaUnspecified"
  • "cnaAp" : AP
  • "cna12" : 12
  • "cna15" : 15
  • "cna18" : 18
  • "cna18plus" : 18+
  • "cnaUnrated"

Implementation

core.String? cnaRating;