dart / 1 / dart-indexed_db / cursor / next.html

next method

void next([Object key ])

Source

void next([Object key]) {
  if (key != null) {
    _blink.BlinkIDBCursor.instance.continue_Callback_1_(this, key);
    return;
  }
  _blink.BlinkIDBCursor.instance.continue_Callback_0_(this);
  return;
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-indexed_db/Cursor/next.html