NoOtherGroup property

String get NoOtherGroup

no other groups

Implementation

String get NoOtherGroup {
  return Intl.message(
    'no other groups',
    name: 'NoOtherGroup',
    desc: '',
    args: [],
  );
}