expandItem method

void expandItem(
  1. T item
)

Implementation

void expandItem(T item) => expandItemKey(itemKey(item));