menu
json_to_dart package
documentation
helpers.dart
decodeJSON function
decodeJSON function
dark_mode
light_mode
decodeJSON
function
dynamic
decodeJSON
(
String
rawJson
)
Implementation
decodeJSON(String rawJson) { return Convert.json.decode(rawJson); }
json_to_dart package
documentation
helpers
decodeJSON function
helpers library