Map<String, dynamic> toJson() { final sccXml = this.sccXml; return { if (sccXml != null) 'sccXml': sccXml, }; }