menu
ews package
documentation
Core/Responses/ServiceResponseCollection.dart
ServiceResponseCollection<TResponse extends ServiceResponse>
Count property
Count property
dark_mode
light_mode
Count
property
int
get
Count
Gets the total number of responses in the list.
Implementation
int get Count => this._responses.length;
ews package
documentation
Core/Responses/ServiceResponseCollection
ServiceResponseCollection<TResponse extends ServiceResponse>
Count property
ServiceResponseCollection class