Cursors constructor

Cursors(
  1. String before,
  2. String after
)

Implementation

Cursors(
  this.before,
  this.after,
);