toString method

  1. @override
String toString()
override

Overrides the toString() method to return a textual representation of the object.

Implementation

@override
String toString() => 'CompleteTransactionResult(card: $card, pin: $pin)';