SignedObject constructor

SignedObject({
  1. S3SignedObject? s3,
})

Implementation

SignedObject({
  this.s3,
});