add method

Object? add(
  1. E element
)
inherited

Adds an element to the set

Sync CollectiveList returns void Async CollectiveList returns Future<void>