general_query_limit_exceeded property
String
get
general_query_limit_exceeded
Query limit exceeded for the current attribute. Usage of more than 100 query values on a single attribute is prohibited
Implementation
String get general_query_limit_exceeded {
return Intl.message(
'Query limit exceeded for the current attribute. Usage of more than 100 query values on a single attribute is prohibited',
name: 'general_query_limit_exceeded',
desc: '',
args: [],
);
}