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