ServiceType constructor

ServiceType({
  1. String? displayName,
  2. String? serviceTypeId,
})

Implementation

ServiceType({this.displayName, this.serviceTypeId});