id property

int id
getter/setter pair

zone's identifier.

Example:

// Get zone ID
int id = zoneEvent.id;
print("Zone ID: $id");

Implementation

int id;