json2dart-converter icon indicating copy to clipboard operation
json2dart-converter copied to clipboard

Hello Its not should be an issue, Its a feature request

Open tareq3 opened this issue 4 years ago • 0 comments

I am facing some issues while. converting null value for an object. For solving that I had to do like this manually. Would you please like to add those case exception automatically. onFromJsonMap: ` //here offer product is a custom Object: // sometimes this value can be null

offer_product = map["offer_product"] != null ? Offer_product.fromJsonMap(map["offer_product"]) : null, `

tareq3 avatar Jun 28 '20 06:06 tareq3