getSwiftId static method
Get unique ID for Rx (internal use)
Implementation
static String getSwiftId(SwiftValue<dynamic> swift) => swift.hashCode.toString();
Get unique ID for Rx (internal use)
static String getSwiftId(SwiftValue<dynamic> swift) => swift.hashCode.toString();