Map<String, Object?> toJson() { var keyword = this.keyword; final json = <String, Object?>{}; json[r'keyword'] = keyword.value; return json; }