Cursor constructor

const Cursor({
  1. String? cursor,
})

Returns a new Cursor instance.

Implementation

const Cursor({
  this.cursor,
});