ReportPost constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ReportPost({@JsonKey(name: 'post_id') required int postId, required String reason, required String auth}) = _ReportPost;