anchorKeys property

  1. @override
List<String> get anchorKeys
override

Implementation

@override
List<String> get anchorKeys => [
      for (final step in steps)
        if (step.anchorKey case final anchorKey?) anchorKey,
    ];