GiphyRating enum

MPAA compatible rating

Inheritance

Constructors

GiphyRating()
const

Values

g → const GiphyRating

level 1 - General Audience

All Ages Admitted.

pg → const GiphyRating

level 2 - Parental Guidance Suggested

Some Material May Not Be Suitable For Children.

pg13 → const GiphyRating

level 3 - Parents Strongly Cautioned

Some Material May Be Inappropriate For Children Under 13.

r → const GiphyRating

level 4 - R — Restricted.

Children Under 17 Require Accompanying Parent or Adult Guardian.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GiphyRating>
A constant List of the values in this enum, in order of their declaration.