copyWith abstract method

ServerHealthResult copyWith({
  1. List<ServerHealthMetric>? metrics,
  2. List<ServerHealthConnectionInfo>? connectionInfos,
})

Implementation

ServerHealthResult copyWith({
  List<_i2.ServerHealthMetric>? metrics,
  List<_i2.ServerHealthConnectionInfo>? connectionInfos,
});