Return String Value from Data
String getStringValue(String key, {String defaultValue = ''}) { return Field.getString(getData()[key], defaultValue); }