info property

  1. @override
String get info
override

Short, user-facing message. Printed unconditionally on error.

Implementation

@override
String get info =>
    'Both flutter_launcher_icons_flavors.yaml and legacy '
    'flutter_launcher_icons-<flavor>.yaml file(s) were found:\n'
    '  ${ignoredLegacy.join('\n  ')}\n'
    'Run `dart run flutter_launcher_icons_flavors migrate` to consolidate, '
    'or remove the legacy files.';