DEFAULT_CONFIG_FILES top-level constant

List<String> const DEFAULT_CONFIG_FILES

Implementation

const List<String> DEFAULT_CONFIG_FILES = <String>[
  'flutter_application_id.yaml',
  'pubspec.yaml'
];