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