name property

String? name
getter/setter pair

The actual class name or the annotated name of the task.

Task Author should initialize this field with value from the getName() method of the Task class.

Implementation

core.String? name;