Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'user_id'] = userId; _json[r'post'] = post; return _json; }