BetweenResult constructor

const BetweenResult(
  1. String content,
  2. String? remaining
)

Creates a BetweenResult with the given content and remaining.

Implementation

const BetweenResult(this.content, this.remaining);