fmocRating property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? fmocRating
getter/setter pair

This property has been deprecated.

Use the contentDetails.contentRating.cncRating instead. Possible string values are:

  • "fmocUnspecified"
  • "fmocU" : U
  • "fmoc10" : 10
  • "fmoc12" : 12
  • "fmoc16" : 16
  • "fmoc18" : 18
  • "fmocE" : E
  • "fmocUnrated"

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? fmocRating;