nextCursor property

Cursor? get nextCursor

Implementation

Cursor? get nextCursor => _value[Keys.nextCursor] as Cursor?;