import 'package:equatable/equatable.dart'; abstract class Forward with EquatableMixin { @override List get props => []; }