hashIdUnique static method

num hashIdUnique(
  1. Object obj
)

(undocumented) Get the unique hash ID for an object, making it if necessary.

Implementation

static _i2.num hashIdUnique(_i2.Object obj) => _i4.callMethod(
      _declaredSet,
      'hashIdUnique',
      [obj],
    );