DiffPatch constructor

DiffPatch({
  1. required DiffPatchFormat format,
  2. required String text,
})

Creates a DiffPatch value.

Implementation

DiffPatch({required this.format, required this.text});