clear method

void clear()

Clears all child controls from the array.

Implementation

void clear() {
  fields.value = [];
  _arrayDirty.value = true;
}