fromMap method
Implementation
p3.AuxDestination fromMap(Map<String, dynamic> map) => p3.AuxDestination(id: Mapper.i.$get(map, 'id'), auxStreamMode: Mapper.i.$get(map, 'auxStreamMode'));
p3.AuxDestination fromMap(Map<String, dynamic> map) => p3.AuxDestination(id: Mapper.i.$get(map, 'id'), auxStreamMode: Mapper.i.$get(map, 'auxStreamMode'));