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