Parse source as an double literal and return its value.
source
Like parse except that this function returns null for invalid inputs instead of throwing.
null
external static double tryParse(String source);