copyWith property

ServerListCopyWith<ServerList, ServerList, ServerList> get copyWith

Implementation

ServerListCopyWith<ServerList, ServerList, ServerList> get copyWith =>
    _ServerListCopyWithImpl<ServerList, ServerList>(
      this as ServerList,
      $identity,
      $identity,
    );