copyWith method

Services copyWith({
  1. Service? service,
})

Implementation

Services copyWith({Service? service}) {
  return Services(service: service ?? this.service);
}