InstanceStats class

Statistics about how much information the instance contains Listed in https://docs.joinmastodon.org/entities/instance/

Annotations
  • @JsonSerializable()

Constructors

InstanceStats({required int userCount, required int statusCount, required int domainCount})
InstanceStats.fromJson(Map<String, dynamic> json)
factory

Properties

domainCount int
Domains federated with this instance
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCount int
Statuses authored by users on instance
final
userCount int
Users registered on this instance
final

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.
inherited

Operators

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