EdfaPgSaleOption.fromJson constructor

EdfaPgSaleOption.fromJson(
  1. dynamic json
)

Implementation

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