BaseItem constructor
BaseItem({})
Implementation
BaseItem({
this.id = '',
this.name = '',
this.description,
this.imgUrl = '',
this.galleryUrls,
this.url = '',
this.duration = 0,
this.state = 0,
this.permaUrl = '',
this.ownerId = '',
this.ownerName = '',
this.publishedYear = 0,
this.metaOwner,
this.categories = const [],
});