dGePayPaymentRespModelFromJson function

DGePayPaymentRespModel dGePayPaymentRespModelFromJson(
  1. String str
)

Implementation

DGePayPaymentRespModel dGePayPaymentRespModelFromJson(String str) => DGePayPaymentRespModel.fromJson(jsonDecode(str));