insert method

$R insert(
  1. int index,
  2. $T v
)

Implementation

$R insert(int index, $T v) => insertAll(index, [v]);