currentModelLabel property

String? get currentModelLabel

Implementation

String? get currentModelLabel {
  final option = modelOption;
  if (option == null) return null;
  return option.currentChoiceLabel;
}