DiffOp constructor
const
DiffOp(
- DiffOpKind kind,
- String text
Creates an edit operation of the given kind carrying its segment text.
Implementation
const DiffOp(DiffOpKind kind, String text) : _kind = kind, _text = text;