menu
ews package
documentation
Core/Responses/SyncResponse.dart
SyncResponse<TServiceObject extends ServiceObject, TChange extends Change>
Changes property
Changes property
dark_mode
light_mode
Changes
property
ChangeCollection
<
TChange
>
get
Changes
Gets a list of changes that occurred on the synchronized folder.
Implementation
ChangeCollection<TChange> get Changes => this._changes;
ews package
documentation
Core/Responses/SyncResponse
SyncResponse<TServiceObject extends ServiceObject, TChange extends Change>
Changes property
SyncResponse class