core.Map<core.String, core.dynamic> toJson() { final kind = this.kind; final post = this.post; final postUserInfo = this.postUserInfo; return {'kind': ?kind, 'post': ?post, 'post_user_info': ?postUserInfo}; }