Cursor constructor

Cursor(
  1. String source
)

Implementation

Cursor(this.source) : charMap = source.createCharMap();