features/characters_list / com.vmadalin.dynamicfeatures.characterslist.ui.list.model / CharacterItemMapper / map

map

open suspend fun map(from: BaseResponse<CharacterResponse>): List<CharacterItem>

Transform network response to CharacterItem.

Parameters

from - Network characters response.

Return
List of parsed characters items.