GetPostLikes constructor

const GetPostLikes({
  1. @JsonKey.new(name: 'post_id') required int postId,
  2. int? page,
  3. int? limit,
  4. String? auth,
})

Implementation

const factory GetPostLikes({@JsonKey(name: 'post_id') required int postId, int? page, int? limit, String? auth}) = _GetPostLikes;