MastodonProofSignature constructor
Creates a MastodonProofSignature with the given fields.
Implementation
const MastodonProofSignature({
required this.sigHash,
required this.kbUsername,
});
Creates a MastodonProofSignature with the given fields.
const MastodonProofSignature({
required this.sigHash,
required this.kbUsername,
});