paymentRespModelFromJson function

PaymentRespModel paymentRespModelFromJson(
  1. String str
)

Implementation

PaymentRespModel paymentRespModelFromJson(String str) =>
    PaymentRespModel.fromJson(jsonDecode(str));