fixedId property

  1. @optional
bool? fixedId
getter/setter pair

Provided and set to true if the id of an Object is fixed. If true, the id of an Object is guaranteed not to change or expire. The object may, however, still be Collected.

Implementation

@optional
bool? fixedId;