operator [] method

Finisher operator [](
  1. int index
)

Get the finisher at the given index.

Implementation

Finisher operator [](int index) => finishers.elementAt(index);