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