id property
category identifier.
Example:
// Get category ID
int categoryId = category.getId();
print('Category ID: $categoryId');
Implementation
int id;
category identifier.
Example:
// Get category ID
int categoryId = category.getId();
print('Category ID: $categoryId');
int id;