clear method

void clear()

Implementation

void clear() {
  content = List.empty(growable: true);
}