serde-generate/runtime/dart/bcs/bcs.dart (5 lines of code) (raw):
// Copyright (c) Facebook, Inc. and its affiliates
// SPDX-License-Identifier: MIT OR Apache-2.0
library bcs;
import 'dart:typed_data';
import '../serde/serde.dart';
part 'bcs_deserializer.dart';
part 'bcs_serializer.dart';