ApplyPatchSuccess constructor
const
ApplyPatchSuccess(
- String text
Creates a success result wrapping the patched text.
Implementation
const ApplyPatchSuccess(String text) : _text = text;
Creates a success result wrapping the patched text.
const ApplyPatchSuccess(String text) : _text = text;