add method

void add(
  1. String item
)

Implementation

void add(String item) => obj.add(item);