name property

String name
final

Name of the step.

This is used to identify the step, typically for debugging, logging or other instrospection purposes, such as toString.

Implementation

final String name;