AWSS3EventObject constructor

AWSS3EventObject(
  1. {String key,
  2. int size,
  3. String eTag,
  4. String sequencer}
)

Implementation

AWSS3EventObject({this.key, this.size, this.eTag, this.sequencer});