NEW_MESSAGE constant

ConversationEvent_Type const NEW_MESSAGE

Implementation

static const ConversationEvent_Type NEW_MESSAGE = ConversationEvent_Type._(
    5,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'NEW_MESSAGE');