IconName enum

Inheritance

Constructors

IconName()
const

Values

artAndDesign → const IconName
ask → const IconName
books → const IconName
business → const IconName
cars → const IconName
comic → const IconName
cuteAnimals → const IconName
diy → const IconName
entertainment → const IconName
foodAndDrink → const IconName
funny → const IconName
games → const IconName
grooming → const IconName
health → const IconName
lifeAdvice → const IconName
military → const IconName
modelsPinup → const IconName
music → const IconName
news → const IconName
philosophy → const IconName
picturesAndGifs → const IconName
science → const IconName
shopping → const IconName
sports → const IconName
style → const IconName
tech → const IconName
travel → const IconName
unusualStories → const IconName
video → const IconName
emptyString → const IconName
none → const IconName

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