setInsert method

SetInsert setInsert(
  1. dynamic val
)

Implementation

SetInsert setInsert(val) => SetInsert(this, val);