UMediaCreateParams constructor
UMediaCreateParams({
- required FileData file,
- required int tag1,
- int? tag2,
- int? tag3,
- String? userId,
- String? contentId,
- String? commentId,
- String? categoryId,
- String? productId,
- String? blogId,
- String? title,
- String? description,
- String? creatorId,
- String? hotelId,
- String? hotelRoomId,
- String? dormId,
- String? dormRoomId,
- 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,
});