copyWith method
Implementation
WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleResource
copyWith({String? name, String? id, String? backColor}) {
return WebApiServicesAvailabilityServiceTInventoryAvailabilityScheduleResource(
name: name ?? this.name,
id: id ?? this.id,
backColor: backColor ?? this.backColor);
}