copyWith abstract method

Returns a shallow copy of this ServerHealthResult with some or all fields replaced by the given arguments.

Implementation

@_is.useResult
ServerHealthResult copyWith({
  List<_i8823art.ServerHealthMetric>? metrics,
  List<_igb3a02z.ServerHealthConnectionInfo>? connectionInfos,
});