blob: 3dbd5823e060d53d8b81bc21ad92670db2d465a9 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(dnfield): Remove unused_import ignores when https://github.com/dart-lang/sdk/issues/35164 is resolved.
part of ui;
// TODO(dnfield): Update this if/when we default this to on in the tool,
// see: https://github.com/flutter/flutter/issues/52759
const _KeepToString keepToString = _KeepToString();
class _KeepToString {
const _KeepToString();
}