core.Map<core.String, core.dynamic> toJson() { final free = this.free; final used = this.used; return {'free': ?free, 'used': ?used}; }