Produces a list of duplicates of this Axel.
List<Axel> operator *(int multiple) { return List.filled(multiple, this); }