description property
The value of the description of the element in the trkType. Can be overridden by the user. If nothing was set before, defaults to an empty string. Gets the value of the description of the element in the trkType. If nothing was set before, defaults to an empty string.
Implementation
String get description;
The value of the description of the element in the trkType. Can be overridden by the user. If nothing was set before, defaults to an empty string. Sets the value of the description of the element in the trkType. Can be overridden by the user. Defaults to an empty string.
Implementation
set description(String value);