Cursor constructor

Cursor({
  1. String? offset,
})

Implementation

Cursor({
  this.offset,
});