id property

int get id

zone's identifier.

Example:

// Get zone ID
int zoneId = zone.getId();
print('Zone ID: $zoneId');

Implementation

int get id;