toString method

  1. @override
String toString()
override

Returns a string representation of the response.

Returns a string containing a concise representation of the response object.

Implementation

@override
String toString() {
  return "Response (Request Code: $requestCode, Available: $_available, Cancel: $_cancel, Complete: $_complete, Error: $_error, Failed: $_failed, Internet Error: $_internetError, Loading: $_loading, Nullable: $_nullable, Paused: $_paused, Stopped: $_stopped, Successful: $_successful, Timeout: $_timeout, Valid: $_valid, Progress: $progress, Status: $status, Exception: $exception, Message: $message, Feedback: $feedback, Snapshot: $snapshot, Data: $data, Result: $result, Backups: $backups, Ignores: $ignores)";
}