menu
typedef package
documentation
json.dart
JsonExtension
tryGetInt method
tryGetInt method
dark_mode
light_mode
tryGetInt
method
int
?
tryGetInt
(
String
key
)
Implementation
int? tryGetInt(String key) => containsKey(key) ? getInt(key) : null;
typedef package
documentation
json
JsonExtension
tryGetInt method
JsonExtension extension on
Json