toString method

  1. @override
String toString()
override

Returns the string representation of this object.

Implementation

@override
String toString() {
  return 'DexcomTooManyRequestsException [$type]: $message';
}