TF-1487 Apply linter rule
This commit is contained in:
@@ -4,7 +4,4 @@ import 'package:model/contact/contact.dart';
|
||||
|
||||
class DeviceContact extends Contact implements EquatableMixin {
|
||||
DeviceContact(String displayName, String email) : super(displayName, email);
|
||||
|
||||
@override
|
||||
List<Object> get props => super.props;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user