MetadataItems constructor

MetadataItems({
  1. String? downloadUrl,
  2. String? encryptedKey,
  3. String? language,
  4. String? size,
  5. String? version,
})

Implementation

MetadataItems({
  this.downloadUrl,
  this.encryptedKey,
  this.language,
  this.size,
  this.version,
});