ReadingStatus enum
Constructors
- ReadingStatus()
-
const
Values
- reading → const ReadingStatus
- on_hold → const ReadingStatus
- plan_to_read → const ReadingStatus
- dropped → const ReadingStatus
- re_reading → const ReadingStatus
- completed → const ReadingStatus
Properties
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<
ReadingStatus> -
A constant List of the values in this enum, in order of their declaration.
[reading, on_hold, plan_to_read, dropped, re_reading, completed]