Eases access to a nested part, same as accessing parts[index]
parts[index]
BodyPart operator [](int index) => parts != null ? parts!.elementAt(index) : throw RangeError('$index invalid for BodyPart with length of 0');