FreeFormServiceItem constructor

FreeFormServiceItem({
  1. String? category,
  2. Label? label,
})

Implementation

FreeFormServiceItem({
  this.category,
  this.label,
});