name property

String name

The value of the name 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 name of the element in the trkType. If nothing was set before, defaults to an empty string.

Implementation

String get name;
void name=(String value)

The value of the name 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 name of the element in the trkType. Can be overridden by the user. Defaults to an empty string.

Implementation

set name(String value);