description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Completely replaces the contents of a specific cell in a Jupyter '
    'notebook (.ipynb file) with new source. Supports add, edit, delete, '
    'and move operations on individual cells.';