INPUT_ONLY constant

FieldBehavior const INPUT_ONLY

Implementation

static const FieldBehavior INPUT_ONLY = FieldBehavior._(
    4,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'INPUT_ONLY');