toString method

  • @override

String toString ()

override

Implementation

@override
String toString() {
  if (message == null)
    return 'ZxStatusException: status = $status';
  else
    return 'ZxStatusException: status = $status, "$message"';
}