MastodonAdminEmailDomainBlockHistory class

Daily usage statistics for an email domain block.

Annotations

Constructors

MastodonAdminEmailDomainBlockHistory({required String day, required String accounts, required String uses})
const
MastodonAdminEmailDomainBlockHistory.fromJson(Map<String, dynamic> json)
factory

Properties

accounts String
Number of account registration attempts on that day (string).
final
day String
UNIX timestamp at midnight of the day (string).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uses String
Number of IP registration attempts on that day (string).
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