open class CharacterItemMapper : Mapper<BaseResponse<CharacterResponse>, List<CharacterItem>>
Helper class to transforms network response to visual model, catching the necessary data.
See Also
<init> | 
 Helper class to transforms network response to visual model, catching the necessary data. CharacterItemMapper() | 
map | 
 Transform network response to CharacterItem. open suspend fun map(from: BaseResponse<CharacterResponse>): List<CharacterItem> |