id property

int id
getter/setter pair

Unique location identifier.

Example:

// Get location ID
int id = locationInfo.id;
print("Location ID: $id");

Implementation

int id;