uniqueHash static method

void uniqueHash(
  1. Object obj
)

(undocumented) Set the unique hash ID for an object. This should be called at the beginning of each constructor that does not inherit from another class.

Implementation

static void uniqueHash(_i2.Object obj) {
  _i4.callMethod(
    _declaredSet,
    'uniqueHash',
    [obj],
  );
}