metricsKey property
String
get
metricsKey
Key for storing metrics in context
Override this to provide custom metrics key. Best practice is to define a static const String in your step class:
static const String _metricsKey = 'my_step';
Implementation
String get metricsKey;