SiteAggregates class

Annotations
  • @freezed

Constructors

SiteAggregates({required int id, required int siteId, required int users, required int posts, required int comments, required int communities, required int usersActiveDay, required int usersActiveWeek, required int usersActiveMonth, required int usersActiveHalfYear})
const
factory
SiteAggregates.fromJson(Map<String, dynamic> json)
factory

Properties

comments int
no setterinherited
communities int
no setterinherited
copyWith → $SiteAggregatesCopyWith<SiteAggregates>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
posts int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId int
no setterinherited
users int
no setterinherited
usersActiveDay int
no setterinherited
usersActiveHalfYear int
no setterinherited
usersActiveMonth int
no setterinherited
usersActiveWeek int
no setterinherited

Methods

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

Operators

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