Multimedias constructor

Multimedias({
  1. String? name,
  2. String? url,
  3. String? contentType,
  4. int? size,
})

Implementation

Multimedias({
  this.name,
  this.url,
  this.contentType,
  this.size,
});