title property

String? get title

A human-readable title for the tool.

Implementation

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