description property

String 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. 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;
void description=(String value)

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);