description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Apply a unified diff to a file. The diff should be in standard '
    'unified diff format (output of diff -u or git diff).';