enableAllFields method

void enableAllFields()

Implementation

void enableAllFields() {
  for (final field in fields) {
    field.enable();
  }
}