Protobuf constant

SigningMode const Protobuf

Implementation

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