id property
int
get
id
location's identifier.
Example:
// Get location ID
int locationId = location.getId();
print('Location ID: $locationId');
Implementation
int get id;
location's identifier.
Example:
// Get location ID
int locationId = location.getId();
print('Location ID: $locationId');
int get id;