checkPaymentModelFromJson function

CheckPaymentModel checkPaymentModelFromJson(
  1. String str
)

Implementation

CheckPaymentModel checkPaymentModelFromJson(String str) =>
    CheckPaymentModel.fromJson(json.decode(str));