getComputedId static method

String getComputedId(
  1. Computed computed
)

Get unique ID for Computed (internal use)

Implementation

static String getComputedId(Computed<dynamic> computed) => computed.hashCode.toString();