import 'package:equatable/equatable.dart'; abstract class Action with EquatableMixin {} abstract class UIAction extends Action {}