toChoice method

String toChoice()

Implementation

String toChoice() {
  return generateChoice(name.titleCase, null, isDefault);
}