NoMatchingUsers property
String
get
NoMatchingUsers
No matching users
Implementation
String get NoMatchingUsers {
return Intl.message(
'No matching users',
name: 'NoMatchingUsers',
desc: '',
args: [],
);
}