getBodyById method

Body getBodyById(
  1. int id
)

Implementation

Body getBodyById(int id) {
  return idToBodyMap[id]!;
}