rule_resource_not_found property

String get rule_resource_not_found

Resource could not be found. Please check if the resourceId and resourceType are correct, or if the resource actually exists

Implementation

String get rule_resource_not_found {
  return Intl.message(
    'Resource could not be found. Please check if the resourceId and resourceType are correct, or if the resource actually exists',
    name: 'rule_resource_not_found',
    desc: '',
    args: [],
  );
}