blob: 97e78f339d6f36824b2d1d3da80366e09f32d4d8 [file] [log] [blame] [edit]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:generate_dart_model/definitions.dart';
void main() {
for (final generationResult in schemas.generate()) {
generationResult.write();
}
}