MastodonAdminEmailDomainBlock class

Admin-level email domain block information.

Information about an email domain that is blocked from signing up.

Annotations

Constructors

MastodonAdminEmailDomainBlock({required String id, required String domain, DateTime? createdAt, List<MastodonAdminEmailDomainBlockHistory> history = const []})
const
MastodonAdminEmailDomainBlock.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
Timestamp when the domain was blocked.
final
domain String
Email domain that is blocked from signing up.
final
hashCode int
The hash code for this object.
no setterinherited
history List<MastodonAdminEmailDomainBlockHistory>
Recent daily usage statistics.
final
id String
Database ID of the block.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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