ActivityGroup class

Constructors

ActivityGroup({List<Activity>? activities = const [], int? activityCount, int? actorCount, DateTime? createdAt, String? group, String? id, DateTime? updatedAt, String? verb, bool? isRead, bool? isSeen})
Returns a new ActivityGroup instance.

Properties

activities List<Activity>?
getter/setter pair
activityCount int?
getter/setter pair
actorCount int?
getter/setter pair
createdAt DateTime?
getter/setter pair
group String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
isRead bool?
getter/setter pair
isSeen bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
getter/setter pair
verb String?
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.
override

Operators

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

Static Methods

fromJson(Map<String, dynamic>? json) ActivityGroup?
Returns a new ActivityGroup instance and imports its values from json if it's non-null, null if json is null.
listFromJson(List? json) List<ActivityGroup>
mapFromJson(Map<String, dynamic>? json) Map<String, ActivityGroup>
mapListFromJson(Map<String, dynamic>? json) Map<String, List<ActivityGroup>>