resetFields method

void resetFields()

Implementation

void resetFields() {
  name = null;
  parameters = null;
  documentation = null;
}