at method

$C at(
  1. int index
)

Implementation

$C at(int index) => itemCopyWith(_value[index], (v) => replace(index, v));