PostReplies class
The container of comments on this Post.
Constructors
- 
          PostReplies({List<Comment> ? items, String? selfLink, String? totalItems})
- PostReplies.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  items
  ↔ List<Comment> ?
- 
  The List of Comments for this Post.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- selfLink ↔ String?
- 
  The URL of the comments on this post.
  getter/setter pair
- totalItems ↔ String?
- 
  The count of comments on this post.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited