clear method

  1. @override
void clear()
override

Clears all values from the iterable atom

Implementation

@override
void clear() {
  set([]);
}