Service constructor
Service({})
Implementation
Service({
required this.id,
required this.name,
this.description,
this.icon,
required this.isActive,
this.createdAt,
this.updatedAt,
});
Service({
required this.id,
required this.name,
this.description,
this.icon,
required this.isActive,
this.createdAt,
this.updatedAt,
});