toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final _resultData = <String, dynamic>{};
  final l$getCorporateUserCardByUserAndTarget =
      getCorporateUserCardByUserAndTarget;
  _resultData['getCorporateUserCardByUserAndTarget'] =
      l$getCorporateUserCardByUserAndTarget.map((e) => e.toJson()).toList();
  return _resultData;
}