using System.Collections.Generic;
namespace Unity.UIWidgets.foundation {
public abstract class Key {
public abstract class Key : IEquatable<Key> {
protected Key() {
}