general_query_invalid property
String
get
general_query_invalid
The query's syntax is invalid. Please check the query and try again
Implementation
String get general_query_invalid {
return Intl.message(
'The query\'s syntax is invalid. Please check the query and try again',
name: 'general_query_invalid',
desc: '',
args: [],
);
}