identifier property Null safety
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;
The unique identifier of this instance.
Each instance has its own identifier, a numeric value starting at 1, to identify it among other instances.
int identifier;