toNumber method

num toNumber()

Parses your string and returns a number.

Implementation

num toNumber() => num.parse(this);