team_not_found property
String
get
team_not_found
Team with the requested ID could not be found
Implementation
String get team_not_found {
return Intl.message(
'Team with the requested ID could not be found',
name: 'team_not_found',
desc: '',
args: [],
);
}