Category constructor
Category({
- String? displayName,
- List<
MoreHoursType> ? moreHoursTypes, - String? name,
- List<
ServiceType> ? serviceTypes,
Implementation
Category({
this.displayName,
this.moreHoursTypes,
this.name,
this.serviceTypes,
});