getSwiftId static method

String getSwiftId(
  1. SwiftValue swift
)

Get unique ID for Rx (internal use)

Implementation

static String getSwiftId(SwiftValue<dynamic> swift) => swift.hashCode.toString();