PostStatus enum Null safety
Has the post been loaded and if yes successfully?
Constants
- failure → const PostStatus
-
const PostStatus(2)
- initial → const PostStatus
-
const PostStatus(0)
- success → const PostStatus
-
const PostStatus(1)
-
values
→ const List<
PostStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
PostStatus>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited