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