rule_not_found property

String get rule_not_found

Rule with the requested ID could not be found. Please check if the ID provided is correct or if the rule actually exists

Implementation

String get rule_not_found {
  return Intl.message(
    'Rule with the requested ID could not be found. Please check if the ID provided is correct or if the rule actually exists',
    name: 'rule_not_found',
    desc: '',
    args: [],
  );
}