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