description property
String?
get
description
A human-readable description of the tool.
Implementation
String? get description => _value['description'] as String?;
A human-readable description of the tool.
String? get description => _value['description'] as String?;