MCITopOfferParams.fromJson constructor

MCITopOfferParams.fromJson(
  1. String str
)

Implementation

factory MCITopOfferParams.fromJson(String str) => MCITopOfferParams.fromMap(json.decode(str));