asNumber abstract method

num? asNumber(
  1. 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);