UpdatedServiceModel constructor
UpdatedServiceModel({})
Returns a new UpdatedServiceModel instance.
Implementation
UpdatedServiceModel({
required this.id,
required this.name,
this.image,
required this.value,
required this.shared,
});