SignedExchangeSignature constructor
SignedExchangeSignature({})
Implementation
SignedExchangeSignature(
{required this.label,
required this.signature,
required this.integrity,
this.certUrl,
this.certSha256,
required this.validityUrl,
required this.date,
required this.expires,
this.certificates});