dec constant

TomlIntegerFormat const dec

Format of a decimal (base 10) integer.

Implementation

static const TomlIntegerFormat dec =
    TomlIntegerFormat._(base: 10, prefix: '');