NoGroup property

String get NoGroup

No group information.

Implementation

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