ProductImages constructor
ProductImages({})
Implementation
ProductImages({
required this.id,
required this.path,
required this.size,
required this.createdAt,
required this.updatedAt,
required this.url,
});