equals property
Comparison objects
Implementation
@override
Map<String, Object?> get equals => <String, Object?>{
...super.equals,
JsonKeys.terminalKey: terminalKey,
JsonKeys.customerKey: customerKey,
JsonKeys.requestKey: requestKey,
JsonKeys.rebillId: rebillId,
JsonKeys.cardId: cardId,
JsonKeys.acsUrl: acsUrl,
JsonKeys.md: md,
JsonKeys.paReq: paReq,
};