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