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