ifcoRating property

String? ifcoRating
getter/setter pair

The video's Irish Film Classification Office (IFCO - Ireland) rating.

See the IFCO website for more information. Possible string values are:

  • "ifcoUnspecified"
  • "ifcoG" : G
  • "ifcoPg" : PG
  • "ifco12" : 12
  • "ifco12a" : 12A
  • "ifco15" : 15
  • "ifco15a" : 15A
  • "ifco16" : 16
  • "ifco18" : 18
  • "ifcoUnrated"

Implementation

core.String? ifcoRating;