UpdateEmployeeModel constructor
UpdateEmployeeModel({})
Returns a new UpdateEmployeeModel instance.
Implementation
UpdateEmployeeModel({
required this.id,
required this.title,
required this.name,
this.image,
this.color,
});