Attributes constructor

Attributes({
  1. String? name,
  2. String? extension,
  3. String? size,
  4. String? mimeType,
  5. Metadata? metadata,
})

Implementation

Attributes(
    {this.name, this.extension, this.size, this.mimeType, this.metadata});