Converts input to double, returning Null on failure.
input
Supported types:
@pragma('vm:prefer-inline') double? letDoubleOrNull(dynamic input) => letNumOrNull(input)?.toDouble();