PaginatedActivitiesGroup<A, Ob, T, Or> class

Paginated activities group feed

Annotations
  • @JsonSerializable(createToJson: true, genericArgumentFactories: true)

Constructors

PaginatedActivitiesGroup({String? next, List<Group<GenericEnrichedActivity<A, Ob, T, Or>>>? results, String? duration})
Builds a PaginatedActivitiesGroup.
const
PaginatedActivitiesGroup.fromJson(Map<String, dynamic> json, [A fromJsonA(Object? json)?, Ob fromJsonOb(Object? json)?, T fromJsonT(Object? json)?, Or fromJsonOr(Object? json)?])
Deserialize json to PaginatedActivitiesGroup
factory

Properties

duration String?
A duration of the response.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
next String?
A url string that can be used to fetch the next page of reactions.
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
results List<Group<GenericEnrichedActivity<A, Ob, T, Or>>>?
Response results of generic objects.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(Object? toJsonA(A value), Object? toJsonOb(Ob value), Object? toJsonT(T value), Object? toJsonOr(Or value)) Map<String, dynamic>
Serialize to json
toString() String
A string representation of this object.
inherited

Operators

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