fromMap method

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

Implementation

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