NO_SIDE_EFFECTS constant

MethodOptions_IdempotencyLevel const NO_SIDE_EFFECTS

Implementation

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