menu
neomage package
documentation
utils/diff/diff_utils.dart
PatchResult
PatchResult.new const constructor
PatchResult.new const constructor
dark_mode
light_mode
PatchResult
constructor
const
PatchResult
(
{
required
String
text
,
required
List
<
Hunk
>
appliedHunks
,
required
List
<
Hunk
>
conflictHunks
,
})
Implementation
const PatchResult({ required this.text, required this.appliedHunks, required this.conflictHunks, });
neomage package
documentation
utils/diff/diff_utils
PatchResult
PatchResult.new const constructor
PatchResult class