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