kTrue constant

EnumOnlyProto2_Bool const kTrue

Implementation

static const EnumOnlyProto2_Bool kTrue = EnumOnlyProto2_Bool._(
    1,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'kTrue');