Count property

int get Count
Gets the number of changes in the collection.

Implementation

int get Count => this._changes.length;