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