menu
typedef package
documentation
json.dart
JsonExtension
tryGetListString method
tryGetListString method
dark_mode
light_mode
tryGetListString
method
List
<
String
>
?
tryGetListString
(
String
key
)
Implementation
List<String>? tryGetListString(String key) => tryGetList<String>(key);
typedef package
documentation
json
JsonExtension
tryGetListString method
JsonExtension extension on
Json