add method

Object? add(
  1. E element
)
inheritedoverride

Adds an element to the set

Sync CollectiveList returns void Async CollectiveList returns Future<void>