ApplyPatchConflict constructor

const ApplyPatchConflict(
  1. String message
)

Creates a conflict result whose message describes why the patch failed.

Implementation

const ApplyPatchConflict(String message) : _message = message;