Get unique ID for Computed (internal use)
static String getComputedId(Computed<dynamic> computed) => computed.hashCode.toString();