tryParseNum property

num? get tryParseNum

Implementation

num? get tryParseNum => num.tryParse(this);