setDiff method

void setDiff(
  1. String rawDiff
)

Sets the raw unified diff text.

Implementation

void setDiff(String rawDiff) {
  _model = _model.setDiff(rawDiff);
  _notifyListeners();
}