Services constructor

Services(
  1. int id,
  2. String serviceLabel
)

Implementation

Services(this.id, this.serviceLabel);