menu
ews package
documentation
ComplexProperties/PhoneNumberDictionary.dart
PhoneNumberDictionary
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
String
?
operator []
(
PhoneNumberKey
key
)
Gets or sets the phone number at the specified key.
The key of the phone number to get or set.
Implementation
String? operator [](PhoneNumberKey key) { return this.Entries[key]!.PhoneNumber; }
ews package
documentation
ComplexProperties/PhoneNumberDictionary
PhoneNumberDictionary
operator [] method
PhoneNumberDictionary class