StoredObject constructor
const
StoredObject({})
Creates object metadata.
Implementation
const StoredObject({
required this.key,
required this.sizeBytes,
this.sha256,
this.contentType,
this.modifiedAt,
this.etag,
});