id property

  1. @override
int get id
override

A unique identifier assigned to this step.

It is guaranteed to be monotonically increasing and unique within the application startup.

Implementation

@override
int get id => 0;