NOTIFICATION constant

ServerLogEntryKind const NOTIFICATION

A notification from the server, such as "analysis.highlights". The "data" field contains a JSON object with abbreviated notification.

Implementation

static const ServerLogEntryKind NOTIFICATION =
    ServerLogEntryKind._('NOTIFICATION');