CommentsResponse constructor

CommentsResponse({
  1. required List<Comment> data,
  2. Links? links,
  3. Meta? meta,
})

Implementation

CommentsResponse({required this.data, this.links, this.meta});