id property
Unique location identifier.
Example:
// Get location ID
int id = locationInfo.id;
print("Location ID: $id");
Implementation
int id;
Unique location identifier.
Example:
// Get location ID
int id = locationInfo.id;
print("Location ID: $id");
int id;