hashId static method

num? hashId(
  1. Object obj
)

(undocumented) Get the unique hash ID for an object; may return undefined.

Implementation

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