EdfaPgSaleRedirect.fromJson constructor

EdfaPgSaleRedirect.fromJson(
  1. dynamic json
)

Implementation

EdfaPgSaleRedirect.fromJson(dynamic json) : super.fromJson(json) {
  redirectUrl = json['redirect_url'];
  redirectParams = EdfaPgRedirectParams.fromJson(json['redirect_params']);
  redirectMethod = json['redirect_method'];
}