description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Apply multiple string replacements to a file atomically. '
    'All edits succeed or none are applied.';