GroupList property

String get GroupList

Group List

Implementation

String get GroupList {
  return Intl.message(
    'Group List',
    name: 'GroupList',
    desc: '',
    args: [],
  );
}