menu
ews package
documentation
ComplexProperties/PhysicalAddressDictionary.dart
PhysicalAddressDictionary
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
PhysicalAddressEntry
?
operator []
(
PhysicalAddressKey
key
)
Gets or sets the physical address at the specified key.
The key of the physical address to get or set.
Implementation
PhysicalAddressEntry? operator [](PhysicalAddressKey key) { return this.Entries[key]; }
ews package
documentation
ComplexProperties/PhysicalAddressDictionary
PhysicalAddressDictionary
operator [] method
PhysicalAddressDictionary class