id property

int id
getter/setter pair

category identifier.

Example:

// Get category ID
int categoryId = category.getId();
print('Category ID: $categoryId');

Implementation

int id;