映射中的第一个键。
如果映射为空,则返回 null。
null
K? firstKey() { if (_root == null) return null; return _first!.key; }