nextId property

int nextId

Implementation

static int get nextId {
  _lastId++;
  return _lastId;
}