A short identity string: the object's runtime type plus a hex identity hash.
String describeIdentity(Object object) => '${object.runtimeType}#${identityHashCode(object).toRadixString(16)}';