EnterGroup property

String get EnterGroup

Enter group

Implementation

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