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