variable_not_found property

String get variable_not_found

Variable with the requested ID could not be found

Implementation

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