CreditChargeInfo.fromJson constructor

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

Implementation

factory CreditChargeInfo.fromJson(Map<String, dynamic> json) =>
    _$CreditChargeInfoFromJson(json);