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