ApplyPatchSuccess constructor

const ApplyPatchSuccess(
  1. String text
)

Creates a success result wrapping the patched text. Audited: 2026-06-12 11:26 EDT

Implementation

const ApplyPatchSuccess(String text) : _text = text;