copyWith abstract method
ServerHealthResult
copyWith({
- List<
ServerHealthMetric> ? metrics, - List<
ServerHealthConnectionInfo> ? connectionInfos,
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,
});