fixedId property

  1. @optional
  2. @override
bool? fixedId
getter/setter pairoverride

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
@override
bool? fixedId;