RazorpayProcessPaymentResponse.fromJson constructor

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

Implementation

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