addNumeric method
Add QR Numeric Mode data from a string of digits.
It is an error if the numberString
contains anything other than the
digits 0 through 9.
Implementation
void addNumeric(String numberString) =>
_addToList(QrNumeric.fromString(numberString));