copyWith abstract method

  1. @useResult
ServerHealthConnectionInfo copyWith({
  1. int? id,
  2. String? serverId,
  3. DateTime? timestamp,
  4. int? active,
  5. int? closing,
  6. int? idle,
  7. int? granularity,
})

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,
});