changes property
List of changes to entries within the observed directory (including the entry itself)
Implementation
List<Change>? get changes => _wrapped.changes?.toDart
.cast<$js.Change>()
.map((e) => Change.fromJS(e))
.toList();
List of changes to entries within the observed directory (including the entry itself)
List<Change>? get changes => _wrapped.changes?.toDart
.cast<$js.Change>()
.map((e) => Change.fromJS(e))
.toList();