GetPostsById200Response constructor

GetPostsById200Response({
  1. required String message,
  2. required Posts data,
})

Returns a new GetPostsById200Response instance.

Implementation

GetPostsById200Response({
  required this.message,
  required this.data,
});