|
|
@ -639,7 +639,7 @@ class DeltaIterator { |
|
|
|
/// |
|
|
|
/// |
|
|
|
/// Optional [length] specifies maximum length of operation to return. Note |
|
|
|
/// Optional [length] specifies maximum length of operation to return. Note |
|
|
|
/// that actual length of returned operation may be less than specified value. |
|
|
|
/// that actual length of returned operation may be less than specified value. |
|
|
|
Operation next([num length = double.infinity]) { |
|
|
|
Operation next([int length = 4294967296]) { |
|
|
|
assert(length != null); |
|
|
|
assert(length != null); |
|
|
|
|
|
|
|
|
|
|
|
if (_modificationCount != delta._modificationCount) { |
|
|
|
if (_modificationCount != delta._modificationCount) { |
|
|
|