number property

Parser get number

Implementation

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