all constant

Modifier const all

All modifier flags combined.

Implementation

static const all = Modifier._(
  (1 << 9) - 1,
);