supportedProjectType top-level constant

List<String> const supportedProjectType

List of project type supported by the script.

Implementation

const List<String> supportedProjectType = <String>[
  dartProjectType,
  flutterProjectType,
];