Signature constructor

Signature(
  1. String? contentType,
  2. String? acl,
  3. int? successActionStatus,
  4. String? policy,
  5. String? sign1,
  6. String? sign2,
  7. String? sign3,
  8. String? sign4,
  9. String? key,
  10. String? bucket,
)

Implementation

Signature(this.contentType, this.acl, this.successActionStatus, this.policy,
    this.sign1, this.sign2, this.sign3, this.sign4, this.key, this.bucket);