jsonData property

dynamic jsonData
getter/setter pair

the jsonData than in the html page that has the id defaultJsonId or the web request returns application/json data. or user parse that html page and get some jsondata.

Implementation

late dynamic jsonData;