copyWith property

ServerListCopyWith<ServerList, ServerList, ServerList> get copyWith
inherited

Implementation

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