DiffPatch constructor
DiffPatch({
- required DiffPatchFormat format,
- required String text,
Creates a DiffPatch value.
Implementation
DiffPatch({required this.format, required this.text});