REQUEST constant
ServerLogEntryKind
const REQUEST
A request from the client, as the server views it, e.g. "edit.getAssists". The "data" field contains a JSON object with abbreviated request.
Implementation
static const ServerLogEntryKind REQUEST = ServerLogEntryKind._('REQUEST');