SchemaAdultOrientedEnumeration enum

Enumeration of considerations that make a product relevant or potentially restricted for adults only. See https://schema.org/AdultOrientedEnumeration

Inheritance
Available extensions

Values

alcoholConsideration → const SchemaAdultOrientedEnumeration

Item contains alcohol or promotes alcohol consumption.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
dangerousGoodConsideration → const SchemaAdultOrientedEnumeration

//unece.org/DAM/trans/danger/publi/unrec/rev17/English/02EREv17_Part2.pdf) defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
healthcareConsideration → const SchemaAdultOrientedEnumeration

Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
narcoticConsideration → const SchemaAdultOrientedEnumeration

//www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example marijuana or heroin.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
reducedRelevanceForChildrenConsideration → const SchemaAdultOrientedEnumeration

A general code for cases where relevance to children is reduced, e.g. adult education, mortgages, retirement-related products, etc.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
sexualContentConsideration → const SchemaAdultOrientedEnumeration

Erotic videos or magazine, sexual enhancement devices, sex toys.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
tobaccoNicotineConsideration → const SchemaAdultOrientedEnumeration

Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
unclassifiedAdultConsideration → const SchemaAdultOrientedEnumeration

The item is suitable only for adults, without indicating why. Due to widespread use of "adult" as a euphemism for "sexual", many such items are likely suited also for the SexualContentConsideration code.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
violenceConsideration → const SchemaAdultOrientedEnumeration

Item shows or promotes violence.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')
weaponConsideration → const SchemaAdultOrientedEnumeration

The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears.

const SchemaAdultOrientedEnumeration('https://schema.org/AdultOrientedEnumeration')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Enum value as a string
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonLd() String
Serialize SchemaAdultOrientedEnumeration to JSON-LD
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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