MastodonIdentityProof constructor

const MastodonIdentityProof({
  1. required String provider,
  2. required String providerUsername,
  3. required String updatedAt,
  4. required String proofUrl,
  5. required String profileUrl,
})

Implementation

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