description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Creates and manages a structured task list for tracking '
    'multi-step work. Supports pending, in_progress, and completed states.';