MastodonIdentityProof constructor
Implementation
const MastodonIdentityProof({
required this.provider,
required this.providerUsername,
required this.updatedAt,
required this.proofUrl,
required this.profileUrl,
});
const MastodonIdentityProof({
required this.provider,
required this.providerUsername,
required this.updatedAt,
required this.proofUrl,
required this.profileUrl,
});