ValueWithServiceIds constructor
ValueWithServiceIds({
- AnnotationValue? annotationValue,
- List<
ServiceId> ? serviceIds,
Implementation
ValueWithServiceIds({
this.annotationValue,
this.serviceIds,
});