Emotion enum

느낌(이모티콘)에 대한 정의

Inheritance

Constructors

Emotion()
const

Values

like → const Emotion

좋아요

cool → const Emotion

멋져요

happy → const Emotion

기뻐요

sad → const Emotion

슬퍼요

cheerUp → const Emotion

힘내요

unknown → const Emotion

정의되지 않은 느낌

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