menu
ews package
documentation
Core/PropertySet.dart
PropertySet
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
PropertyDefinitionBase
operator []
(
int
index
)
Gets the
Index.
Implementation
PropertyDefinitionBase operator [](int index) => this._additionalProperties[index];
ews package
documentation
Core/PropertySet
PropertySet
operator [] method
PropertySet class