types constant

Set<String> const types

The possible console types that have different log contexts.

Implementation

static const Set<String> types = {'error', 'log', 'warn'};