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