menu
flutter_agent_pupau package
documentation
services/json_parse_service.dart
getIntOrNull function
getIntOrNull function
dark_mode
light_mode
getIntOrNull
function
int
?
getIntOrNull
(
dynamic
value
)
Implementation
int? getIntOrNull(dynamic value) => value == null ? null : getInt(value);
flutter_agent_pupau package
documentation
services/json_parse_service
getIntOrNull function
json_parse_service library