String getKeyString(Key? key){ if(key is ValueKey){ return key.stringData; } return key.toString(); }