menu
ews package
documentation
ComplexProperties/ConversationId.dart
ConversationId
toString method
toString method
dark_mode
light_mode
toString
method
@
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!; }
ews package
documentation
ComplexProperties/ConversationId
ConversationId
toString method
ConversationId class