StringToDoubleOrNullExtension extension

on

Methods

toDoubleOrNull() double?
Parses the string as a double number and returns the result or null if the String is not a valid representation of a number.