TF-2188 Add Canceled sending state
(cherry picked from commit fb802e50dbdeaddabf09f450ad19a75ed7d27f39)
This commit is contained in:
@@ -105,6 +105,8 @@ class SendingEmail with EquatableMixin {
|
||||
|
||||
bool get isSuccess => sendingState == SendingState.success;
|
||||
|
||||
bool get isCanceled => sendingState == SendingState.canceled;
|
||||
|
||||
@override
|
||||
List<Object?> get props => [
|
||||
sendingId,
|
||||
|
||||
Reference in New Issue
Block a user