Cursor constructor

Cursor({
  1. int? before,
  2. int? after,
})

Implementation

Cursor({this.before, this.after});