ValueWithServiceIds constructor

ValueWithServiceIds({
  1. AnnotationValue? annotationValue,
  2. List<ServiceId>? serviceIds,
})

Implementation

ValueWithServiceIds({
  this.annotationValue,
  this.serviceIds,
});