fromMap method

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

Implementation

p3.DestOutMapColl fromMap(Map<String, dynamic> map) => p3.DestOutMapColl(id: Mapper.i.$get(map, 'id'), destOutMap: Mapper.i.$getOpt(map, 'destOutMap') ?? const []);