FailedEnterGroup property

String get FailedEnterGroup

Failed to join the group

Implementation

String get FailedEnterGroup {
  return Intl.message(
    'Failed to join the group',
    name: 'FailedEnterGroup',
    desc: '',
    args: [],
  );
}