ForumCommentsResponse class

Inheritance

Constructors

ForumCommentsResponse.from({required int statusCode, required String reasonPhrase, required Map<String, String> headers, required List<Comment> comments, required bool hasMore, required int page})
Returns the new instance of ForumCommentsResponse based on arguments.

Properties

comments List<Comment>
The comments
final
hashCode int
The hash code for this object.
no setteroverride
hasMore bool
The flag that represents this comment has more pages or not
final
headers Map<String, String>
The http headers
finalinherited
page int
The page
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
The http status
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override