toMap method

Map<String, dynamic> toMap(
  1. DestOutMapColl d
)

Implementation

Map<String, dynamic> toMap(p3.DestOutMapColl d) => {'id': Mapper.i.$enc(d.id, 'id'), 'destOutMap': Mapper.i.$enc(d.destOutMap, 'destOutMap')};