ApplyPatchSuccess constructor
const
ApplyPatchSuccess(
- String text
Creates a success result wrapping the patched text.
Audited: 2026-06-12 11:26 EDT
Implementation
const ApplyPatchSuccess(String text) : _text = text;