RazorpayCustomerTokensResponse.fromJson constructor

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

Implementation

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