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