blob: 8c9d77aa9216bb7d018a92eacd584b5a7ea9209b [file] [log] [blame]
// Copyright (c) 2018, 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 'dart:developer' as developer;
abstract class UserTag {
static const maxUserTags = developer.UserTag.MAX_USER_TAGS;
}