ApplyPatchConflict constructor
const
ApplyPatchConflict(
- String message
Creates a conflict result whose message describes why the patch failed.
Implementation
const ApplyPatchConflict(String message) : _message = message;