toJson method

String toJson()

Converts an UploadProgress to a JSON String

Implementation

String toJson() => json.encode(toMap());