copyWith abstract method

  1. @useResult
ClusterServerInfo copyWith({
  1. String? serverId,
})

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

Implementation

@_i1.useResult
ClusterServerInfo copyWith({String? serverId});