GenericSignedAttestation constructor

GenericSignedAttestation({
  1. String? contentType,
  2. String? serializedPayload,
  3. List<Signature>? signatures,
})

Implementation

GenericSignedAttestation({
  this.contentType,
  this.serializedPayload,
  this.signatures,
});