toString method
Returns a string representation of the TransactionInfo object.
Implementation
@override
String toString() {
return '''
TransactionInfo${toJson()}
''';
}
Returns a string representation of the TransactionInfo object.
@override
String toString() {
return '''
TransactionInfo${toJson()}
''';
}