blob: dff882e9e23dc0974cb35efeec4b97e9e7ec9071 [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.
part of dart.core;
/// The base class for all record types.
///
/// The run-time type of a record object is a record type, and as such, a
/// subtype of [Record].
abstract final class Record {}