Product constructor
const
Product({})
Implementation
const Product(
{required this.id,
required this.name,
this.description,
this.type,
this.category,
this.imageUrl,
this.homeUrl,
required this.createTime,
this.updateTime,
this.links});