END_USER constant

Participant_Role const END_USER

Implementation

static const Participant_Role END_USER = Participant_Role._(
    3,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'END_USER');