Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'post_id'] = this.postId; return json; }