String getString(List<String> keys, {String def = ''}) { return TMap.getString(this, keys, defaultValue: def); }