Fields constructor

Fields({
  1. String? key,
  2. String? acl,
  3. String? bucket,
  4. String? xAmzAlgorithm,
  5. String? xAmzCredential,
  6. String? xAmzDate,
  7. String? policy,
  8. String? xAmzSignature,
})

Implementation

Fields(
    {this.key,
    this.acl,
    this.bucket,
    this.xAmzAlgorithm,
    this.xAmzCredential,
    this.xAmzDate,
    this.policy,
    this.xAmzSignature});