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