stableKey property

String get stableKey

Implementation

String get stableKey {
  final normalizedCallId = callId?.trim();
  final localId = normalizedCallId == null || normalizedCallId.isEmpty ? itemId : normalizedCallId;
  return '$threadId:$localId';
}