NiceResource constructor
Implementation
const NiceResource({
required this.id,
required this.name,
this.type,
this.capacity = 8,
this.department,
this.avatar,
});
const NiceResource({
required this.id,
required this.name,
this.type,
this.capacity = 8,
this.department,
this.avatar,
});