toMap method

Map<String, dynamic> toMap(
  1. AuxDestination a
)

Implementation

Map<String, dynamic> toMap(p3.AuxDestination a) => {'id': Mapper.i.$enc(a.id, 'id'), 'auxStreamMode': Mapper.i.$enc(a.auxStreamMode, 'auxStreamMode')};