title property
String?
get
title
A short title for this object.
Intended for UI and end-user contexts — optimized to be human-readable and easily understood, even by those unfamiliar with domain-specific terminology.
If not provided, the name should be used for display (except for Tool,
where annotations.title
should be given precedence over using name
, if
present).
Implementation
String? get title => _value['title'] as String?;