cbfcRating property

String? cbfcRating
getter/setter pair

The video's Central Board of Film Certification (CBFC - India) rating. Possible string values are:

  • "cbfcUnspecified"
  • "cbfcU" : U
  • "cbfcUA" : U/A
  • "cbfcUA7plus" : U/A 7+
  • "cbfcUA13plus" : U/A 13+
  • "cbfcUA16plus" : U/A 16+
  • "cbfcA" : A
  • "cbfcS" : S
  • "cbfcUnrated"

Implementation

core.String? cbfcRating;