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