number property

Parser number

Implementation

Parser get number => digit().plus().flatten().trim().map(int.parse);