options method

List<LabelValue<String>> options()

Implementation

List<LabelValue<String>> options() {
  return items.mapList((e) => LabelValue(e, e));
}