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