pathCreateDartParams property

List<String> get pathCreateDartParams

Implementation

List<String> get pathCreateDartParams {
  const filename = "create_dart_params.dart";
  return _createPath(initializationPath, filename);
}