A list of all the digits, ordered 0 through 9.
static final List<Digit> list = List<Digit>.unmodifiable( <Digit>[zero, one, two, three, four, five, six, seven, eight, nine]);