NotInGroup property

String get NotInGroup

Not in group

Implementation

String get NotInGroup {
  return Intl.message(
    'Not in group',
    name: 'NotInGroup',
    desc: '',
    args: [],
  );
}