ZERO constant

Constants const ZERO

First enum must be zero, and we are just using this enum to pass int constants between two very different environments

Implementation

static const Constants ZERO = Constants._(0, _omitEnumNames ? '' : 'ZERO');