*<Null safety>*
- @override
String toString () override
Returns a string representation of this object.
Implementation
@override
String toString() {
if (message == null)
return 'ZxStatusException: status = $status';
else
return 'ZxStatusException: status = $status, "$message"';
}