reset method

void reset()

Implementation

void reset() {
  for (var field in fields) {
    field.prop.reset();
  }
}