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