group property

  1. @override
String? group
override

Returns choice.group

Implementation

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