Overrides the toString() method to return a textual representation of the object.
toString()
@override String toString() => 'CompleteTransactionResult(card: $card, pin: $pin)';