asNumber method Null safety
- String term
inherited
Attempts to parse the term to a number. Returns null if the term does not represent a number, amount or percentage
Implementation
num? asNumber(String term);
Attempts to parse the term to a number. Returns null if the term does not represent a number, amount or percentage
num? asNumber(String term);