toString method

  1. @override
String toString()
override
Gets a String representation of the Conversation Id.

Implementation

@override
String toString() {
  // We have ignored the change key portion
  return this.UniqueId!;
}