toString method
Convert the Transaction object to its string representation.
Implementation
@override
String toString() {
return 'Transaction{${toJson()}}';
}
Convert the Transaction object to its string representation.
@override
String toString() {
return 'Transaction{${toJson()}}';
}