BetweenResult constructor

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

Creates a BetweenResult with the given content and remaining. Audited: 2026-06-12 11:26 EDT

Implementation

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