key property

String key
final

Guaranteed unique key for the step. This is meant for internal use to ensure widgets that represent the widget can be correctly, and uniquely, identified by Flutter's widget builder. This is not meant for external consumption as it is guaranteed to be unique with every object instance.

Implementation

final String key = const Uuid().v4();