Topic enum

Inheritance
Available extensions

Values

music → const Topic

Music (parent topic)

const Topic('/m/04rlf', parent: true)
cristianMusic → const Topic

Christian music

const Topic('/m/02mscn')
classicalMusic → const Topic

Classical music

const Topic('/m/0ggq0m')
country → const Topic

Country

const Topic('/m/01lyv')
electronicMusic → const Topic

Electronic music

const Topic('/m/02lkt')
hipHopMusic → const Topic

Hip hop music

const Topic('/m/0glt670')
independentMusic → const Topic

Independent music

const Topic('/m/05rwpb')
jazz → const Topic

Jazz

const Topic(r'/m/03\_d0')
musicOfAsia → const Topic

Music of Asia

const Topic('/m/028sqc')
musicOfLatinAmerica → const Topic

Music of Latin America

const Topic('/m/0g293')
popMusic → const Topic

Pop music

const Topic('/m/064t9')
reggae → const Topic

Reggae

const Topic('/m/06cqb')
rhythmAndBlues → const Topic

Rhythm and blues

const Topic('/m/06j6l')
rockMusic → const Topic

Rock music

const Topic('/m/06by7')
soulMusic → const Topic

Soul music

const Topic('/m/0gywn')
gaming → const Topic

Gaming (parent topic)

const Topic('/m/0bzvm2', parent: true)
actionGame → const Topic

Action game

const Topic('/m/025zzc')
actionAdventureGame → const Topic

Action-adventure game

const Topic('/m/02ntfj')
casualGame → const Topic

Casual game

const Topic('/m/0b1vjn')
musicVideoGame → const Topic

Music video game

const Topic('/m/02hygl')
puzzleVideoGame → const Topic

Puzzle video game

const Topic('/m/04q1x3q')
racingVideoGame → const Topic

Racing video game

const Topic('/m/01sjng')
rolePlayingVideoGame → const Topic

Role-playing video game

const Topic('/m/0403l3g')
simulationVideoGame → const Topic

Simulation video game

const Topic('/m/021bp2')
sportsGame → const Topic

Sports game

const Topic('/m/022dc6')
strategyVideoGame → const Topic

Strategy video game

const Topic(r'/m/03hf\_rm')
sports → const Topic

Sports (parent topic)

const Topic('/m/06ntj', parent: true)
americanFootball → const Topic

American football

const Topic(r'/m/0jm\_')
baseball → const Topic

Baseball

const Topic('/m/018jz')
basketball → const Topic

Basketball

const Topic('/m/018w8')
boxing → const Topic

Boxing

const Topic('/m/01cgz')
cricket → const Topic

Cricket

const Topic(r'/m/09xp\_')
football → const Topic

Football

const Topic('/m/02vx4')
golf → const Topic

Golf

const Topic('/m/037hz')
iceHockey → const Topic

Ice hockey

const Topic('/m/03tmr')
mixedMartialArts → const Topic

Mixed martial arts

const Topic('/m/01h7lh')
motorsport → const Topic

Motorsport

const Topic('/m/0410tth')
tennis → const Topic

Tennis

const Topic('/m/07bs0')
volleyball → const Topic

Volleyball

const Topic(r'/m/07\_53')
entertainment → const Topic

Entertainment (parent topic)

const Topic('/m/02jjt', parent: true)
humor → const Topic

Humor

const Topic('/m/09kqc')
movies → const Topic

Movies

const Topic('/m/02vxn')
performingArts → const Topic

Performing arts

const Topic('/m/05qjc')
professionalWrestling → const Topic

Professional wrestling

const Topic('/m/066wd')
tvShows → const Topic

TV shows

const Topic('/m/0f2f9')
lifestyle → const Topic

Lifestyle (parent topic)

const Topic(r'/m/019\_rr', parent: true)
fashion → const Topic

Fashion

const Topic('/m/032tl')
fitness → const Topic

Fitness

const Topic('/m/027x7n')
food → const Topic

Food

const Topic('/m/02wbm')
hobby → const Topic

Hobby

const Topic('/m/03glg')
pets → const Topic

Pets

const Topic('/m/068hy')
beauty → const Topic

Physical attractiveness [Beauty]

const Topic('/m/041xxh')
technology → const Topic

Technology

const Topic('/m/07c1v')
tourism → const Topic

Tourism

const Topic('/m/07bxq')
vehicles → const Topic

Vehicles

const Topic('/m/07yv9')
society → const Topic

Society (parent topic)

const Topic('/m/098wr', parent: true)
business → const Topic

Business

const Topic('/m/09s1f')
health → const Topic

Health

const Topic('/m/0kt51')
military → const Topic

Military

const Topic('/m/01h6rj')
politics → const Topic

Politics

const Topic('/m/05qt0')
religion → const Topic

Religion

const Topic('/m/06bvp')
knowledge → const Topic

Knowledge

const Topic('/m/01k8wb')

Properties

children Set<Topic>?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
final
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
parent bool
final
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<Topic>
A constant List of the values in this enum, in order of their declaration.