String getStringValue(String key, {String defaultValue = ""}) { return Field.getString(getData()[key], defaultValue); }