MastodonProofSignature constructor

const MastodonProofSignature({
  1. required String sigHash,
  2. required String kbUsername,
})

Creates a MastodonProofSignature with the given fields.

Implementation

const MastodonProofSignature({
  required this.sigHash,
  required this.kbUsername,
});