blob: 40e5b003eb3094cede8ca6bea1abcf4f40dc16ad [file] [log] [blame]
// Copyright (c) 2022, 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.
/// @description Non-legacy library for interaction with legacy ones
/// @author sgrekhov22@gmail.com
library interaction_with_legacy_2_lib;
import "dart:core" as core;
typedef Record = core.Record;