Policy constructor

Policy(
  1. String key,
  2. String bucket,
  3. String datetime,
  4. String expiration,
  5. String credential,
  6. int maxFileSize, {
  7. String region = 'us-east-1',
})

Implementation

Policy(this.key, this.bucket, this.datetime, this.expiration, this.credential,
    this.maxFileSize,
    {this.region = 'us-east-1'});