ServiceVariation constructor

ServiceVariation({
  1. int? variationsId,
  2. String? variationName,
  3. String? vendor,
  4. String? control,
})

Implementation

ServiceVariation(
    {this.variationsId, this.variationName, this.vendor, this.control});