clear method

void clear()

Clears the form field collection.

Implementation

void clear() {
  _helper._doClear();
}