equals property
Comparison objects
Implementation
@override
Map<String, Object?> get equals => <String, Object?>{
...super.equals,
JsonKeys.clientId: clientId,
JsonKeys.bindingId: bindingId,
JsonKeys.showExpired: showExpired,
JsonKeys.bindingType: bindingType,
JsonKeys.language: language,
};