DIRECT_MESSAGE constant

ChannelJoin_Type const DIRECT_MESSAGE

Implementation

static const ChannelJoin_Type DIRECT_MESSAGE = ChannelJoin_Type._(
    2,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'DIRECT_MESSAGE');