Replies constructor

Replies({
  1. int? totalItems,
  2. String? selfLink,
  3. List<PostComments>? postComments,
})

Implementation

Replies({
  this.totalItems,
  this.selfLink,
  this.postComments,
});