description property

String? get description

A human-readable description of the tool.

Implementation

String? get description => _value['description'] as String?;