toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'MP': formas?.map((x) => x.toMap()).toList(),
    'vTroco': vTroco,
  };
}