Result<R> constructor

const Result<R>(
  1. String buffer,
  2. int position
)

Implementation

const Result(super.buffer, super.position);