Parse the number represented by the string. If it's not parsable, returns null.
null
@override num? tryParse(String text) => _scientific.tryParse(_normalizeText(text));