menu
ackable package
documentation
json.dart
jsonDecode property
jsonDecode property
dark_mode
light_mode
jsonDecode
top-level property
Object
? Function
(
String
?
)
jsonDecode
getter/setter pair
Implementation
Object? Function(String?) jsonDecode = (String? buf) { return conv.json.decode(buf!); };
ackable package
documentation
json
jsonDecode property
json library