safe_json_get

Creator: coderz1093

Last updated:

0 purchases

safe_json_get Image
safe_json_get Images
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator