We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b73b1 commit b7d0007Copy full SHA for b7d0007
pkgs/json_syntax_generator/lib/src/include/helper_library.dart renamed to pkgs/json_syntax_generator/lib/src/generator/helper_library.dart
pkgs/json_syntax_generator/lib/src/generator/syntax_generator.dart
@@ -2,11 +2,11 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
-import '../include/helper_library.dart';
6
import '../model/class_info.dart';
7
import '../model/dart_type.dart';
8
import '../model/property_info.dart';
9
import '../model/schema_info.dart';
+import 'helper_library.dart';
10
11
/// Generates Dart code from a [SchemaInfo].
12
///
0 commit comments