Comparison objects
@override Map<String, Object?> get equals => <String, Object?>{ ...super.equals, JsonKeys.pan: pan, JsonKeys.bindingId: bindingId, JsonKeys.showExpired: showExpired, };