AssetModel constructor

AssetModel(
  1. String uid,
  2. String createdAt,
  3. String updatedAt,
  4. String createdBy,
  5. String updatedBy,
  6. String contentType,
  7. String fileSize,
  8. List tags,
  9. String filename,
  10. String url,
  11. int version,
  12. String title,
  13. Map dimension,
  14. Map publishDetails
)

Implementation

AssetModel(
    this.uid,
    this.createdAt,
    this.updatedAt,
    this.createdBy,
    this.updatedBy,
    this.contentType,
    this.fileSize,
    this.tags,
    this.filename,
    this.url,
    this.version,
    this.title,
    this.dimension,
    this.publishDetails);