Replies constructor
Replies({
- int? totalItems,
- String? selfLink,
- List<
PostComments> ? postComments,
Implementation
Replies({
this.totalItems,
this.selfLink,
this.postComments,
});