NiceEventAttraction constructor
Implementation
const NiceEventAttraction({
required this.id,
required this.name,
this.description,
required this.category,
this.votes = 0,
this.imageUrl,
});
const NiceEventAttraction({
required this.id,
required this.name,
this.description,
required this.category,
this.votes = 0,
this.imageUrl,
});