* * @internal */ class FirstChunk extends DataChunk { /** * {@inheritdoc} */ public function isFirst(): bool { return true; } }