nextCursor property

Cursor? get nextCursor

Implementation

Cursor? get nextCursor => _value['nextCursor'] as Cursor?;