GetCardListRequest.fromJson constructor

GetCardListRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetCardListRequest.fromJson(Map<String, dynamic> json) => GetCardListRequest(
  dealerCustomerId: json["DealerCustomerId"],
  customerCode: json["CustomerCode"],
);