MastodonAdminCohortData class

Individual retention data entry for a cohort.

Annotations

Constructors

MastodonAdminCohortData({DateTime? date, required double rate, required String value})
const
MastodonAdminCohortData.fromJson(Map<String, dynamic> json)
factory

Properties

date DateTime?
Start timestamp of the bucket (midnight).
final
hashCode int
The hash code for this object.
no setterinherited
rate double
Retention rate (as a decimal percentage).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Number of active users (string representation of an integer).
final

Methods

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

Operators

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