BranchContentSchema enum

Inheritance

Constructors

BranchContentSchema()
const

Values

COMMERCE_AUCTION → const BranchContentSchema
COMMERCE_BUSINESS → const BranchContentSchema
COMMERCE_OTHER → const BranchContentSchema
COMMERCE_PRODUCT → const BranchContentSchema
COMMERCE_RESTAURANT → const BranchContentSchema
COMMERCE_SERVICE → const BranchContentSchema
COMMERCE_TRAVEL_FLIGHT → const BranchContentSchema
COMMERCE_TRAVEL_HOTEL → const BranchContentSchema
COMMERCE_TRAVEL_OTHER → const BranchContentSchema
GAME_STATE → const BranchContentSchema
MEDIA_IMAGE → const BranchContentSchema
MEDIA_MIXED → const BranchContentSchema
MEDIA_MUSIC → const BranchContentSchema
MEDIA_OTHER → const BranchContentSchema
MEDIA_VIDEO → const BranchContentSchema
OTHER → const BranchContentSchema
TEXT_ARTICLE → const BranchContentSchema
TEXT_BLOG → const BranchContentSchema
TEXT_OTHER → const BranchContentSchema
TEXT_RECIPE → const BranchContentSchema
TEXT_REVIEW → const BranchContentSchema
TEXT_SEARCH_RESULTS → const BranchContentSchema
TEXT_STORY → const BranchContentSchema
TEXT_TECHNICAL_DOC → const BranchContentSchema

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<BranchContentSchema>
A constant List of the values in this enum, in order of their declaration.