NULL_VALUE constant

NullValue const NULL_VALUE

Implementation

static const NullValue NULL_VALUE = NullValue._(
    0,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'NULL_VALUE');