getRxId static method

String getRxId(
  1. Rx rx
)

Get unique ID for Rx (internal use)

Implementation

static String getRxId(Rx<dynamic> rx) => rx.hashCode.toString();