fromMap method

GetChannelsBody fromMap(
  1. Map<String, dynamic> map
)

Implementation

p4.GetChannelsBody fromMap(Map<String, dynamic> map) => p4.GetChannelsBody(page: Mapper.i.$getOpt(map, 'page'), resultsPerPage: Mapper.i.$getOpt(map, 'results_per_page'), channelCount: Mapper.i.$get(map, 'count_channels'), channels: Mapper.i.$getOpt(map, 'channels'));