menu
ews package
documentation
ComplexProperties/ImAddressDictionary.dart
ImAddressDictionary
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
String
?
operator []
(
ImAddressKey
key
)
Gets or sets the Instant Messaging address at the specified key.
The key of the Instant Messaging address to get or set.
Implementation
String? operator [](ImAddressKey key) { return this.Entries[key]!.ImAddress; }
ews package
documentation
ComplexProperties/ImAddressDictionary
ImAddressDictionary
operator [] method
ImAddressDictionary class