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