NoSelectGroup property

String get NoSelectGroup

No selected group.

Implementation

String get NoSelectGroup {
  return Intl.message(
    'No selected group.',
    name: 'NoSelectGroup',
    desc: '',
    args: [],
  );
}