menu
ews package
documentation
Sync/ChangeCollection.dart
ChangeCollection<TChange extends Change>
Count property
Count property
dark_mode
light_mode
Count
property
int
get
Count
Gets the number of changes in the collection.
Implementation
int get Count => this._changes.length;
ews package
documentation
Sync/ChangeCollection
ChangeCollection<TChange extends Change>
Count property
ChangeCollection class