addWildcard method

void addWildcard(
  1. String help
)

Implementation

void addWildcard(String help) {
  choices.add(AFConfigEntryDescription(
    textValue: wildcardValue,
    runtimeValue: wildcardValue,
    help: help,
  ));
}