MastodonAdminCanonicalEmailBlock class

Admin-level canonical email block information.

Block information based on the hash of a canonicalized email address.

Annotations

Constructors

MastodonAdminCanonicalEmailBlock({required String id, required String canonicalEmailHash})
const
MastodonAdminCanonicalEmailBlock.fromJson(Map<String, dynamic> json)
factory

Properties

canonicalEmailHash String
SHA256 hash of the canonicalized email address.
final
hashCode int
The hash code for this object.
no setterinherited
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