team_group_icon_title property

String get team_group_icon_title

Team Group icon

Implementation

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