WordGrade enum

Word level.

Response: 초급, 중급, 고급

Request: level=all/level1/level2/level3

It is a required item in the response coming from api/view. Instead of null (not coming) it comes as "없음".

Inheritance
Available extensions

Values

level1 → const WordGrade
const WordGrade('초급')
level2 → const WordGrade
const WordGrade('중급')
level3 → const WordGrade
const WordGrade('고급')

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
req String
Name in responses.
no setter
res String
Name in requests.
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

Static Methods

fromHangul(String hangul) WordGrade?

Constants

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