nextId property

int get nextId

Implementation

int get nextId => internalId ??= ++_internalIdCounter;