includeAll constant

NodeIncludes const includeAll

Implementation

static const NodeIncludes includeAll = NodeIncludes._(
  [
    'allocations',
    'location',
    'servers',
  ],
);