PageOfComments class
A page of comments.
Constructors
-
PageOfComments({List<
Comment> ? comments, int? maxResults, int? startAt, int? total}) -
PageOfComments.fromJson(Map<
String, Object?> json) -
factory
Properties
-
comments
→ List<
Comment> -
The list of comments.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int?
-
The maximum number of items that could be returned.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt → int?
-
The index of the first item returned.
final
- total → int?
-
The number of items returned.
final
Methods
-
copyWith(
{List< Comment> ? comments, int? maxResults, int? startAt, int? total}) → PageOfComments -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited