toJson method

Map<String, dynamic> toJson()

Implementation

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};
}