ApplyPatchSuccess constructor

const ApplyPatchSuccess(
  1. String text
)

Creates a success result wrapping the patched text.

Implementation

const ApplyPatchSuccess(String text) : _text = text;