menu
ews package
documentation
Autodiscover/AutodiscoverResponseCollection.dart
AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
TResponse
operator []
(
int
index
)
Gets the response at the specified index.
Index.
Implementation
TResponse operator [](int index) { return this._responses![index]; }
ews package
documentation
Autodiscover/AutodiscoverResponseCollection
AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>
operator [] method
AutodiscoverResponseCollection class