nextId top-level property

  1. @visibleForTesting
int get nextId

Implementation

@visibleForTesting
int get nextId => _nextId;
  1. @visibleForTesting
set nextId (int val)

Implementation

@visibleForTesting
set nextId(int val) => _nextId = val;