title property

  1. @override
String? title
override

Returns choice.title

Implementation

@override
String? get title {
  return choice?.title;
}