nextId property

int get nextId

Implementation

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