identifier property Null safety

int identifier
read / write

The unique identifier of this instance.

Each instance has its own identifier, a numeric value starting at 1, to identify it among other instances.

Implementation

int identifier;