add method

void add(
  1. Value item
)

Implementation

void add(Value item) => values.add(item);