blob: 6cac6d10822e06387022cf3ab030a706ad58b6ac [file] [log] [blame]
// Copyright (c) 2016, 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 models;
abstract class TimelineEvent implements Map<String, dynamic> {}