configNotFoundWarning property
Warning message displayed when translations_code_gen.yaml is not found.
This warning occurs when the tool looks for a dedicated configuration file but doesn't find it, so it falls back to using pubspec.yaml.
The message informs users that pubspec.yaml will be used instead of the missing dedicated configuration file.
Returns: A String containing the warning message about fallback configuration
Implementation
static final configNotFoundWarning = '''
------------------------------------------------------------------------------------------------------------
-> Configuration file not found at translations_code_gen.yaml
-> Using pubspec.yaml
------------------------------------------------------------------------------------------------------------
''';