bool emit<T>(String type, [T? data]) => dispatch(data != null ? Event<T>(type, data) : Event(type, null));