Last updated:
0 purchases
safe json get
Safely fetch json model data value with dart lang.
Usage #
Map<String, dynamic> map = {...};
map.getInt("key");
map.getDouble("key");
map.getBool("key");
map.getString("key");
map.getList("key");
map.getJson("key");
map.isJson("key");
map.isArray("key");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.