fromMap method

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

Implementation

p2.CUsb fromMap(Map<String, dynamic> map) => p2.CUsb(mac: Mapper.i.$get(map, 'mac'), type: Mapper.i.$get(map, 'type'), name: Mapper.i.$get(map, 'name'), online: Mapper.i.$get(map, 'online'), ip: Mapper.i.$get(map, 'ip'), connectedTo: Mapper.i.$getOpt(map, 'connectedTo'));