UMediaResponse constructor
UMediaResponse({})
Implementation
UMediaResponse({
required this.id,
required this.createdAt,
required this.updatedAt,
required this.jsonData,
required this.tags,
required this.path,
this.userId,
this.contentId,
this.categoryId,
this.commentId,
this.productId,
});