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