copyWith abstract method
Returns a shallow copy of this ServerHealthConnectionInfo with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
ServerHealthConnectionInfo copyWith({
int? id,
String? serverId,
DateTime? timestamp,
int? active,
int? closing,
int? idle,
int? granularity,
});