PostReponse constructor

PostReponse({
  1. List<Post>? posts,
  2. int? page,
})

Implementation

PostReponse({this.posts, this.page});