TF-1708 Update props properties for all state object in interactor
(cherry picked from commit 2a5441c2ef4facf28e7e6e1678e89601d72259be)
This commit is contained in:
@@ -16,10 +16,6 @@ class GetQuotasSuccess extends UIState {
|
||||
}
|
||||
|
||||
class GetQuotasFailure extends FeatureFailure {
|
||||
final dynamic exception;
|
||||
|
||||
GetQuotasFailure(this.exception);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [exception];
|
||||
GetQuotasFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user