CommonMedia constructor

CommonMedia({
  1. int? id,
  2. String? label,
  3. String? url,
  4. int? catId,
  5. String? svg,
  6. String? png,
  7. String? gif,
  8. String? compressedUrl,
  9. String? superCompressedUrl,
  10. int? whisePictureId,
  11. String? purpose,
  12. int? s3BucketId,
  13. String? bucketFolderUuid,
  14. int? fileTypeId,
  15. int? isExternal,
})

Implementation

CommonMedia(
    {this.id,
    this.label,
    this.url,
    this.catId,
    this.svg,
    this.png,
    this.gif,
    this.compressedUrl,
    this.superCompressedUrl,
    this.whisePictureId,
    this.purpose,
    this.s3BucketId,
    this.bucketFolderUuid,
    this.fileTypeId,
    this.isExternal});