factory WinBackOfferInputIOS.fromJson(Map<String, dynamic> json) { return WinBackOfferInputIOS( offerId: json['offerId'] as String, ); }