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