Asset constructor
const
Asset({})
Implementation
const Asset({
required this.modelId,
this.tags,
this.id,
required this.$id,
this.cstamp,
this.cby,
this.uby,
this.ustamp,
required this.name,
this.icon,
this.description,
this.logo,
this.images,
});