Returns a JSON representation of DiscUsage.
Map<String, dynamic> toJson() { return {'UsedSize': usedSize, 'TotalSize': totalSize}; }