MastodonIdentityProof class

Identity proof information for an account.

Deprecated: Always returns an empty array since Mastodon 3.5.0.

Annotations

Constructors

MastodonIdentityProof({required String provider, required String providerUsername, required String updatedAt, required String proofUrl, required String profileUrl})
const
MastodonIdentityProof.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
profileUrl String
URL of the profile on the provider.
final
proofUrl String
URL of the proof.
final
provider String
Name of the proof provider (e.g. Keybase).
final
providerUsername String
Username on the provider.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
Timestamp of the last update.
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