toMap method

Map<String, dynamic> toMap(
  1. GetDevicesBody g
)

Implementation

Map<String, dynamic> toMap(p3.GetDevicesBody g) => {'page': Mapper.i.$enc(g.page, 'page'), 'results_per_page': Mapper.i.$enc(g.resultsPerPage, 'resultsPerPage'), 'total_devices': Mapper.i.$enc(g.totalDevices, 'totalDevices'), 'count_devices': Mapper.i.$enc(g.countDevices, 'countDevices'), 'devices': Mapper.i.$enc(g.devices, 'devices')};