UMediaCreateParams constructor

UMediaCreateParams({
  1. required FileData file,
  2. required int tag1,
  3. int? tag2,
  4. int? tag3,
  5. String? userId,
  6. String? contentId,
  7. String? commentId,
  8. String? categoryId,
  9. String? productId,
  10. String? blogId,
  11. String? title,
  12. String? description,
  13. String? creatorId,
  14. String? hotelId,
  15. String? hotelRoomId,
  16. String? dormId,
  17. String? dormRoomId,
  18. String? dormBedId,
})

Implementation

UMediaCreateParams({
  required this.file,
  required this.tag1,
  this.tag2,
  this.tag3,
  this.userId,
  this.contentId,
  this.commentId,
  this.categoryId,
  this.productId,
  this.blogId,
  this.title,
  this.description,
  this.creatorId,
  this.hotelId,
  this.hotelRoomId,
  this.dormId,
  this.dormRoomId,
  this.dormBedId,
});