Tags constructor

Tags({
  1. String? majorBrand,
  2. String? minorVersion,
  3. String? compatibleBrands,
  4. String? creationTime,
  5. String? language,
  6. String? handlerName,
  7. String? encoder,
})

Implementation

Tags({
  this.majorBrand,
  this.minorVersion,
  this.compatibleBrands,
  this.creationTime,
  this.language,
  this.handlerName,
  this.encoder,
});