Get as string or empty if null
String getString(String property) { return get(property)?.asString() ?? ella.EMPTY_STRING; }