Parse the number represented by the string. If it's not parsable, returns null.
null
@override num? tryParse(String text) { // TODO: implement tryParse throw UnimplementedError(); }