TF-838 Create UIActionState
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/state.dart' as jmap;
|
||||
|
||||
class UIActionState extends UIState {
|
||||
|
||||
jmap.State? currentEmailState;
|
||||
jmap.State? currentMailboxState;
|
||||
|
||||
UIActionState(this.currentEmailState, this.currentMailboxState);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [currentEmailState, currentMailboxState];
|
||||
}
|
||||
Reference in New Issue
Block a user