TF-495 Implement linter for mailbox dashboard

This commit is contained in:
dab246
2022-04-22 09:07:52 +07:00
committed by Dat H. Pham
parent bf85bf5927
commit 3b81962c3b
6 changed files with 40 additions and 40 deletions
@@ -11,7 +11,7 @@ class GetUserProfileSuccess extends UIState {
}
class GetUserProfileFailure extends FeatureFailure {
final exception;
final dynamic exception;
GetUserProfileFailure(this.exception);
@@ -9,7 +9,7 @@ class RemoveEmailDraftsSuccess extends UIState {
}
class RemoveEmailDraftsFailure extends FeatureFailure {
final exception;
final dynamic exception;
RemoveEmailDraftsFailure(this.exception);