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