EdfaPgSaleOption.fromJson constructor
EdfaPgSaleOption.fromJson(
- dynamic json
Implementation
EdfaPgSaleOption.fromJson(dynamic json) {
channelId = json['channelId'];
recurringInit = json['recurringInit'];
}