completed property
bool
get
completed
Whether the action completed successfully.
Implementation
bool get completed => value is Completed;
Whether the action completed successfully.
bool get completed => value is Completed;