Cursor constructor

const Cursor(
  1. String value
)

Creates a cursor value.

Implementation

const Cursor(this.value);