ID property

int? ID
getter/setter pair

The user's unique identifier in the database. This field is nullable.

If no ID is provided during object instantiation, it defaults to 0.

Implementation

late int? ID;